|
Hi I am new to SOAP. I have skimmed through the archive to see
whether a similar question was placed, but didn’t find an exact answer. So here goes. I want to create a client/ server application that handles
SOAP messaging. In the SOAP envelope I want to pass xml messages. Now from the examples I saw, the client embeds his xml in a
SOAP message and sends it to the server. The server then replies by using resCtx.setRootPart( response,”text/xml”); where the response
is a String What if the server has to reply with another message to the
client that also contains xml? What needs to be done on the server’s side? Also the client should be able to handle this reply with XML
content in a similar way as the server did with the initial message, right? Should the client run in a web server as well? Or does it suffice to have a method to which the server can
direct his replies? Can someone give me a hand here? Regards Charlie |
