Database Reference
In-Depth Information
Request
Response
<soapenv:Body>
...
</soapenv:Body>
</soapenv:Envelope>
</soapenv:Body>
</soapenv:Envelope>
Requirements for addressing in WSDL are presented in the following fragment:
<binding name="cargoBookingPortBinding"
type="tns:cargoBooking">
<wsaw:UsingAddressing wsdl:required="true" />
......
<soap:binding transport="http://schemas.xmlsoap.org/
soap/http"
style="document"/>
<operation name="bookCargoUnit">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
<fault name="missingCargoId">
<soap:fault name=" missingCargoId" use="literal"/>
</fault>
</operation>
</binding>
WS-ReliableMessaging
WS-ReliableMessaging provides an interoperable protocol that a Reliable Messaging
( RM ) source and RM destination are used to provide the application source and destina-
tion with a guarantee that a message that is sent will be delivered:
Authority
Primarily addresses
Latest release
http://docs.oasis-open.org/ws-rx/wsrm/200702
OASIS
Composability, Loose Coupling,
http://specs.xmlsoap.org/ws/2005/02/rm/ws-reliablemessaging.pdf
Search WWH ::




Custom Search