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.
- Click Hub Admin > Hub Configuration > Document Flow Definition.
- Click Create Document Flow Definition.
The Console displays the Create Document Flow Definitions screen.
- Select Document Flow for Document flow
type.
- 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>
- 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.
- Enter a Description.
- Select Yes for Document level.
- Select Enabled for Status.
- Select Yes for all Visibility attributes.
- Click on the Package: None folder to expand
the package selection options.
- Select the Protocol: cXML (1.2.009): cXML.
- Click Save.
Once the document flow definition is created, enable the participant
connections as needed. See Activating participant connections for
more information.
