http://www.ibm.com/schema/soa/pxnotify/v1_0
The SPNotificationExtension Element

The PX notification component extension data structure element. This element is added into the definition of each notification operation. This allows the notification interface to stay faithful to the original Parlay X interface, while providing a point of extensibility for delivering the message. The extension structure contains information regarding the final destination for the notification and where to deliver a confirmation callback. An application correlation ID should be specified in order to correlate the delivery confirmation returned for asynchronous invocations.


Element SPNotificationExtension : SPNotificationExtension
The SPNotificationExtension element cannot have "xsi:nil" as an attribute. The SPNotificationExtension element in XML instance can be substituted with other elements.
 CollapseClick here to hide comment XML Instance

The PX notification component extension data structure element. This element is added into the definition of each notification operation. This allows the notification interface to stay faithful to the original Parlay X interface, while providing a point of extensibility for delivering the message. The extension structure contains information regarding the final destination for the notification and where to deliver a confirmation callback. An application correlation ID should be specified in order to correlate the delivery confirmation returned for asynchronous invocations.

<SPNotificationExtension>
-Begin Sequence [1...1]

The global transaction ID for the Web Service transaction.

<globalTransactionID>xsd:string</globalTransactionID> [1..1]

The application correlation ID. This ID will be returned on delivery confirmation when asynchronous delivery is used so that the service implementation can correlate the response.

<appCorrelationID>xsd:string</appCorrelationID> [1..1]

The service ID string used with Notification Management.

<service>xsd:string</service> [1..1]

The notification destination endpoint. This endpoint should reflect the third-part application to invoke.

<notificationDestination>xsd:string</notificationDestination> [1..1]

The Web Service transaction requester.

<requesterID>xsd:string</requesterID> [1..1]

The delivery method for the notification.

<deliveryMethod>soa_pxnotify_xsd:DeliveryMethod</deliveryMethod> [1..1]

The confirmation callback endpoint. This endpoint may be optionally specified by the calling service implementation to receive a delivery confirmation. The callback endpoint should correspond to a Web Service endpoint that can be used to invoke the service implementation.

<confirmationEndPoint>xsd:string</confirmationEndPoint> [0..1]
End Sequence
</SPNotificationExtension>

 Collapse Attributes

Name Type Summary
No Attributes

 Collapse XML
-<xsd:element  name="SPNotificationExtension"  type="soa_pxnotify_xsd:SPNotificationExtension">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>The PX notification component extension data structure element. This element is added into the definition of each notification operation. This allows the notification interface to stay faithful to the original Parlay X interface, while providing a point of extensibility for delivering the message. The extension structure contains information regarding the final destination for the notification and where to deliver a confirmation callback. An application correlation ID should be specified in order to correlate the delivery confirmation returned for asynchronous invocations.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>

 Collapse Uses
 Collapse Type (1)
 
 Collapse Used-By
 
Generated by WSDLdoc ©