Creating a cXML document flow definition

Use the following process to create a new document flow definition for a cXML document.

Note: You must ensure that the correct version of cXML is defined before you create a cXML document flow definition. The default is version 1.2.009.

  1. Click Hub Admin > Hub Configuration > Document Flow Definition.
  2. Click Create Document Flow Definition. The Console displays the Create Document Flow Definitions screen.
  3. Select Document Flow for Document flow type.
  4. Enter either the request type, such as OrderRequest, in the Code and Name boxes. For Response document, if the Response does not have any child tags other than <Status>, enter Response; otherwise enter the next tag name following <Status>.
    For example:
    <cXML>
        <Response>
            <Status code="200" text="OK"/>   --> The DocumentFlow code
        </Response>
    </cXML>
    <cXML>
        <Response>
            <Status code="200" text="OK"/>
       <ProfileResponse>   --> The DocumentFlow code
        </Response>
    </cXML>
  5. Enter 1.0 for Version.

    The version number is for reference only. The actual protocol version is derived from the DTD version within the cXML document.

  6. Enter a Description.
  7. Select Yes for Document level.
  8. Select Enabled for Status.
  9. Select Yes for all Visibility attributes.
  10. Click on the Package: None folder to expand the package selection options.
  11. Select the Protocol: cXML (1.2.009): cXML.
  12. Click Save.

Once the document flow definition is created, enable the participant connections as needed. See Activating participant connections for more information.

Copyright IBM Corp. 2003, 2004