5. Complete example
There are several platforms that make SOAP easy to use. We present here a short example based on the use of the SOAP for Java toolkit produced by IBM and integrated with the Tomcat HTTP server. It uses the Xerces XML server
[13]
. The service architecture is shown in figure
10
:
In this study configuration, both the remotely accessible SOAP service and the client part will be written in Java. The client must construct a SOAP message corresponding to one of the services offered by the server to be contacted, then send it to the server using an HTTP request. The server is essentially made up of three parts: an HTTP server that receives requests from clients, a servlet (RPCRouter)...
You do not have access to this resource.
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed?
Log in!
Ongoing reading
Complete example