For example, BTARN 3.3 produces a service header for a Partner Interface Process (PIP) 3A4 confirmation message. The service header contains the following code:
<ActionIdentity>
<GlobalBusinessActionCode>Formally confirms the status of line item(s) in a Purchase Order. A Purchase Order line item may have one of the following states: accepted, rejected, or pending.</GlobalBusinessActionCode>
<InstanceIdentifier>Instance.Identifier</InstanceIdentifier>
<VersionIdentifier>V02.00</VersionIdentifier>
</ActionIdentity>
However, the correct service header should include the following code:
<ActionIdentity>
<description>
<FreeFormText xml:lang=�EN�>Formally confirms the status of line item(s) in a Purchase Order. A Purchase Order line item may have one of the following states: accepted, rejected, or pending.</FreeFormText>
</description>
<GlobalBusinessActionCode>Purchase Order Confirmation Action</GlobalBusinessActionCode>
<InstanceIdentifier>Instance.Identifier</InstanceIdentifier>
<VersionIdentifier>V02.00</VersionIdentifier>
</ActionIdentity>