I created a Soap web service. Now I want to fetch all the details of the request and response in that web service using another application. It's not like hacking. We can say that its like monitoring. But how can we write a separate application to fetch the details from a soap web service without the knowledge of both the client and the server?
Can anybody please send me the code for the above mentioned problem or send me a link where I can find a solution for the same?