http://www.ibm.com/schema/soa/pxnotify/v1_0
The DeliveryMethod Simple Type

Determines how the component should perform the actual delivery of the outbound Web Service notification. If asynchronous delivery is used, then the notification will occur in another thread and a delivery confirmation will be provided if the calling service implementation provides a confirmation endpoint. If synchronous delivery is used, then the notification will be delivered in the calling thread.


Simple Type DeliveryMethod
DeliveryMethod is derived from string type. There are several restrictions on the value. The schema processor preserves value's whitespace. Enumeration values are Clikc here to hide Comment
EnumerationDescription
Inline

Performs the delivery synchronously, inline within the calling thread. This waits for the notification response before returning the Web Service response back to the requester.

Asynchronous

Performs the delivery asynchronously in another thread. The calling Web Service will return immediately. Confirmation of delivery is returned via a callback if the confirmation endpoint is specified.

 Collapse XML
-<xsd:simpleType  name="DeliveryMethod">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Determines how the component should perform the actual delivery of the outbound Web Service notification. If asynchronous delivery is used, then the notification will occur in another thread and a delivery confirmation will be provided if the calling service implementation provides a confirmation endpoint. If synchronous delivery is used, then the notification will be delivered in the calling thread.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:restriction  base="xsd:string">
-<xsd:enumeration  value="Inline">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Performs the delivery synchronously, inline within the calling thread. This waits for the notification response before returning the Web Service response back to the requester.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration  value="Asynchronous">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Performs the delivery asynchronously in another thread. The calling Web Service will return immediately. Confirmation of delivery is returned via a callback if the confirmation endpoint is specified.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>

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