For all web services API calls that accept xml, xml schema validation is done at the server side. This gives you immediate feedback in the way of errors if something is wrong with the structure of the xml before it begins regular processing of the xml. All schemas are available for viewing within the /schemas folder of the TrackITAPI virtual directory.
We encourage developers looking to use the web services API to become familiar with the appropriate schema before beginning development of the method…