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*