Schema Central > OAGIS® 9.4.1 > Acknowledge
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

Acknowledge

The Acknowledge verb is used to acknowledge the application receipt of a Process request.  This function conveys the result of the original request.  An example of this is Acknowledge PO, where a Process PO has been issued and the corresponding business application acknowledges the receipt of the PO and responds with an acceptance or a counter offer.

See http://www.openapplications.org/oagis/9.0.

Element information

Namespace: http://www.openapplications.org/oagis/9

Schema document: org_openapplications_platform/1_1_1/Common/OAGi/Components/Meta.xsd

Type: AcknowledgeType

Properties: Global, Qualified

Content

Attributes

None

Used in

Sample instance

<Acknowledge>
   <OriginalApplicationArea>
      <Sender>
         <LogicalID>normalizedString</LogicalID>
         <ComponentID>normalizedString</ComponentID>
         <TaskID>normalizedString</TaskID>
         <ReferenceID>normalizedString</ReferenceID>
         <ConfirmationCode>Always</ConfirmationCode>
         <AuthorizationID>normalizedString</AuthorizationID>
      </Sender>
      <Receiver>
         <LogicalID>normalizedString</LogicalID>
         <ComponentID>normalizedString</ComponentID>
         <ID>normalizedString</ID>
      </Receiver>
      <CreationDateTime>2000-01-01</CreationDateTime>
      <Signature>
         <!--any element-->
      </Signature>
      <BODID>normalizedString</BODID>
      <UserArea>
         <!--any element-->
      </UserArea>
   </OriginalApplicationArea>
   <ResponseCriteria>
      <ResponseExpression actionCode="Accepted">token</ResponseExpression>
      <ChangeStatus>
         <Code>normalizedString</Code>
         <Description>string</Description>
         <EffectiveDateTime>2000-01-01</EffectiveDateTime>
         <ReasonCode>normalizedString</ReasonCode>
         <Reason>string</Reason>
         <StateChange>...
         </StateChange>
         <UserArea>
            <!--any element-->
         </UserArea>
      </ChangeStatus>
   </ResponseCriteria>
</Acknowledge>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com