function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
lloyd.powelllloyd.powell 

Instance validation error: 'xsd:date' is not a valid value for soapType.

Hi,

 

I'm using the API in vb.net and I am simply calling describeSObject("Contact")

 

All other calls that I have used work correctly thus far, but when I call describeSObject I get the following exception:

 

{"There is an error in XML document (1, 28377)."}

 

with the message:

 

"Instance validation error: 'xsd:date' is not a valid value for soapType."

 

Anyone else had this issues, if so, how was it resolved?

 

Thanks