SOAP Parts
- The service listener understands the transport
protocol (HTTP, SOAP) and decodes these requests which it passes
to
- the service proxy which decodes them so that it can
call the
- application code, which is the code that actually
does the work.
- The service listener is akin to the marshaller(serializer).
The service proxy is akin to the skeleton.
José M. Vidal
.
2 of 29