First issue: The order of the child elements in the method's parent need to match the webservice method you're calling. Found this out after changing some elements around and getting 'invalid format for xsd:dateTime' when it was a string or an Integer instead. This also means you need to specify all the elements as well. Which leaves me to my next issue.
Second issue: I kept receiving 'invalid type '' for xsd:dateTime when attempting to pass nulls into the element.
Now, why I have to include a separate schema just to include null values in my xml is beyond me.
- J
No comments:
Post a Comment