Prepare requests
- Last Updated: September 24, 2020
- 1 minute read
- Corticon
- Version 7.2
- Version 7.1
- Documentation
When a Web Service client sends a request message to a Decision Service that is exposed as a Web Service, the message contains data enclosed within XML or JSON tags. For this tutorial, our request messages use JSON and XML.
The JSON request message looks like this:
|
Copy this code, and then save it as ShipmentPayload.json.
The XML request message looks like this:
|
Copy this code, and then save it as ShipmentPayload.xml.