Recently, I was looking through some SOAP-about documentation and saw few SOAP calls\responses. Of course that must be my noobness, but I was surprised to see that none of the variables didn’t have a data type specified in tag.
So, the question is : how do we know exactly what data we get from SOAP call if there are no data types specified in response XML?
Typically, a SOAP XML messages is associated with a XML Schema (a
*.xsdfile) which defines the exact structure of the XML message and the datatypes (and value ranges) for the XML elements.See: