Good morning guys. ANy help on the following topic is appreciated.
1) We have a system where bi-lateral(two way) communication is required between our company and some other firm. They initially send a SOAP XML request to us. We need to do some processing on the XML and sent back some result XML back to the client(Using SOAP but no need I hope). SO should we need our webserver support SOAP processing (or) do we need any extra tools to process the SOAP request.
2) if possible, can i get any sample code to receive the SOAP/XML from the client and how to send some other processed XML back to the client
Thanks in advance
-
SOAP request/response (1 messages)
- Posted by: kumar dave
- Posted on: December 09 2003 08:40 EST
-
try axis[ Go to top ]
- Posted by: joseph yi
- Posted on: December 09 2003 16:13 EST
- in response to kumar dave
http://ws.apache.org/axis/index.html
They have a lot of samples included in the download. I believe this is the best place to start.