• whatcounts_joe
  • NEWBIE
  • 25 Points
  • Member since 2010

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies

I'm getting this exception when trying to use MetadataBindingStub.retrieve

 

org.xml.sax.SAXException: Invalid element in com.sforce.soap._2006._04.metadata.AsyncResult - secondsToWait
        at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
        at org.apache.axis.client.Call.invoke(Call.java:2470)
        at org.apache.axis.client.Call.invoke(Call.java:2366)
        at org.apache.axis.client.Call.invoke(Call.java:1812)
        at com.sforce.soap._2006._04.metadata.MetadataBindingStub.retrieve(MetadataBindingStub.java:2124)

 

I've re-generated the APIs using the metadata WSDL to see if there was something amiss with my APIs, but the error remains.

 

API version is 17.0

Not sure the version of Axis (inherited project) but suspect 1.4

 

This error appears to be coming from the Salesforce side because "secondsToWait" is nowhere to be found in my code, not in the WSDL and not in the generated APIs.

 

Any ideas?

 

Thanks,

Joe

I'm getting this exception when trying to use MetadataBindingStub.retrieve

 

org.xml.sax.SAXException: Invalid element in com.sforce.soap._2006._04.metadata.AsyncResult - secondsToWait
        at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
        at org.apache.axis.client.Call.invoke(Call.java:2470)
        at org.apache.axis.client.Call.invoke(Call.java:2366)
        at org.apache.axis.client.Call.invoke(Call.java:1812)
        at com.sforce.soap._2006._04.metadata.MetadataBindingStub.retrieve(MetadataBindingStub.java:2124)

 

I've re-generated the APIs using the metadata WSDL to see if there was something amiss with my APIs, but the error remains.

 

API version is 17.0

Not sure the version of Axis (inherited project) but suspect 1.4

 

This error appears to be coming from the Salesforce side because "secondsToWait" is nowhere to be found in my code, not in the WSDL and not in the generated APIs.

 

Any ideas?

 

Thanks,

Joe