A 3rd party is developing a web services library, which my team will be consuming.
What should I ask for in terms of web service documentation?
Here's my list so far:
- WSDL URL
- Sample Request (XML)
- Sample Response (XML)
- Response Schema Definition
Anything else?
What documentation should be provided for web services that return JSON instead of XML?
Thanks