Hi, There are lots of tool avilable for debuggin on server side to see SOAP messages but how can I see the SOAP messages send from client side ?
?There are various handler for those & for registering them you need to write it into axi2.xml, thats on server side but How can I do handler registration on normal client (non J2ee) ?
I use tcpmon for this (on dev.java.net); it acts as a client-side proxy and nicely visualizes request and responses in a GUI. SOAPUI (on SourceForge) is another -very capable- tool for this.
Hey, that will not work.thats are for server only.I am working on client side & calling service developed by other.So I need log of SOAP messages on client.