Soap Request/Response printing in webserice client.
Hariharasudhan Dharmalingaraja
Greenhorn
Joined: Nov 10, 2009
Posts: 3
posted
0
I need to be able to store/print outgoing and incoming/outgoing soap xml when calling a web service. I am using weblogic specific jars for to do this. We are not supposed to use SAAJ, rather have to print (not at runtime) Soap Request/Response in webservice client.
In webservice client, inturn calls invoke method in StubImpl.java (Which is there in weblogic.jar).
Here is my question, Would it be possible to do this?