This documentation supports the 21.05 version of Action Request System.
To view an earlier version, select the version from the Product version menu.

Example of publishing a complex document

This example describes how to publish a web service with two operations:

  • CreatePurchaseOrder takes purchase order information as input and returns the purchase order ID as output.
  • GetPurchaseOrder that takes the purchase order ID as input and returns information for that purchase order.

The process for publishing this complex document is as follows:

  1. Create an XML schema and save it as an XSD file.
  2. Create forms.
  3. Create a web service.
  4. Map the CreatePurchaseOrder operation.
  5. Map the GetPurchaseOrder operation.
  6. View your WSDL file.
Was this page helpful? Yes No Submitting... Thank you

Comments