Creating XML Request Documents

How to:

After you have generated XML request schemas, you can create XML request documents, which can be used as a payload for an iWay Business Service (web service).

Procedure: How to Create XML Request Documents

  1. In the Integration Explorer tab, expand your Integration Project node and then expand the Schemas folder.
  2. Right-click the GetEffectiveAddress.xsd schema file, select Generate, and then click XML from the context menu, as shown in the following image.

    The New XML File dialog box opens, as shown in the following image.

  3. Select the XML subfolder and click Next.

    The Select Root Element pane opens, as shown in the following image.

  4. Select all of the check boxes in the Content options area and click Finish.

    The XML request document based on the GetEffectiveAddress.xsd schema file is created and added to the XML subfolder, as shown in the following image.

    You can double-click the XML file (GetEffectiveAddress.xml) to open and view the contents or structure in the right pane, as shown in the following image.

  5. To use the XML request document, provide the required input value(s) and use this request for invocation purposes.