Defining XML in Requests for SOAP RA Web Service Agent Jobs
Select the Request > XML menu item to edit the SOAP XML for a request objects.
To edit the SOAP XML for a request object:
- Select the XML menu item on the left side of the screen.
- Retrieve the SOAP XML object by clicking the XML icon.
- Edit the code the Job request.
When a code is defined for a custom SOAP XML object, the Object menu item is disabled.
To re-retrieve the SOAP XML object at any time and overwrite any changes to the SOAP request object, click the XML icon again.
To clear the entire XML object, click the clear icon, this will enable the Object menu item.
Only enter what is in the SOAP body. Leave the Envelope and Body tags out.
Once the XML is generated, values can no longer be entered for the request object.
Setting the Language in SOAP Message Requests
For SOAP clients, the language must be specified as BYTE depending on encoding. For example, 68 for German or 69 for English as shown below.
<language>69</language>