How to implement SOAP in jaxws 2.1
Hi,
I want to implement a sample application that can send a request to a server and get the response back... by implementing SOAP protocol
And i am new to this and if anyone knows abt it then please do give me some raw idea abt implementing SOAP protocol using jaxws 2.1
sample application is as follows
Client will send a request to server
Server will read the request and send the response back by executing some external code....
Thanks a lot in advance.....
ntimesc

