PPT Slide
Implementing the Web Services using SOAP
SOAP envelope
HTTP POST
URL 1
HTTP Response
getPartsList()
HTTP POST
URL 1
HTTP Response
getPart(id)
SOAP Server
Note the use of the same URL (URL 1) for all transactions. The SOAP Server parses the
SOAP message to determine which method to invoke. All SOAP messages are sent
using an HTTP POST.
HTTP POST
URL 1
submit(PO)
HTTP Response
Previous slide
Next slide
Back to first slide
View graphic version