http://www.ibm.com/wsdl/soa/pxdcc/v1_0/interface
The DeliveryConfirmationCallbackInterface Port Type

The delivery confirmation callback interface defines an interface for receiving asynchronous confirmations of delivery for asynchronous Web Service notifications. When asynchronous delivery is used, the outbound notification may be queued or executed in another thread. Upon completion of the outbound notification, the PX common component performs a callback to this interface to indicate the outcome. The delivery confirmation will indicate both success and failure conditions for delivery of the notification.

 Collapse Operations
DeliveryConfirmationCallbackInterface_deliverConfirmationResponse  deliverConfirmation (deliverConfirmationRequest parameters)

Delivers a confirmation that the outbound notification was called and the outcome of the invocation.

Input: DeliveryConfirmationCallbackInterface_deliverConfirmationRequest

Deliver confirmation operation input parameters. Provides information about the outcome of the notification invocation.

Output: DeliveryConfirmationCallbackInterface_deliverConfirmationResponse

Deliver confirmation operation response result. This response is empty.


 Collapse XML
-<wsdl:portType  name="DeliveryConfirmationCallbackInterface">
-<wsdl:documentation>
<xhtml:p>The delivery confirmation callback interface defines an interface for receiving asynchronous confirmations of delivery for asynchronous Web Service notifications. When asynchronous delivery is used, the outbound notification may be queued or executed in another thread. Upon completion of the outbound notification, the PX common component performs a callback to this interface to indicate the outcome. The delivery confirmation will indicate both success and failure conditions for delivery of the notification.</xhtml:p>
</wsdl:documentation>
-<wsdl:operation  name="deliverConfirmation">
-<wsdl:documentation>
<xhtml:p>Delivers a confirmation that the outbound notification was called and the outcome of the invocation.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Deliver confirmation operation input parameters. Provides information about the outcome of the notification invocation.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Deliver confirmation operation response result. This response is empty.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
</wsdl:operation>
</wsdl:portType>
 Collapse Used-By
Service Port Binding
DeliveryConfirmationCallbackInterfaceService DeliveryConfirmationCallbackInterface DeliveryConfirmationCallbackInterfaceBinding
Generated by WSDLdoc ©