Information
This version of the product has reached end of support. The documentation is available for your convenience. However, you must be logged in to access it. You will not be able to leave comments.

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.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

AR System 21.3