As XML requests are passed through the Sage Intacct Web Services Gateway, they are parsed and validated against a DTD or XSD. Depending on the version of the request,
- 2.1 is validated against the DTD files inside the v2.1 folder.
- 3.0 is validated against the XSD file inside the v3.0 folder.
Your XML requests must be constructed carefully in order to avoid an error response from the Gateway.
Learning to read the DTD and XSD files will help you write valid XML more consistently.
This repository is read-only. If you have any issues, please open a case with Sage Intacct Customer Support at https://community.intacct.com
- Sage Intacct - Sage Intacct's home page
- License - Apache 2.0 license
These files are updated periodically as Sage Intacct does major and off cycle releases.