| How do I log the SOAP Request and Response messages in Stardust? [message #742001] |
Thu, 20 October 2011 00:37 |
Srinivasan Iyer Messages: 34 Registered: October 2011 |
Member |
|
|
To log SOAP Request and Response messages in Stardust:
Add the following JVM property in your client application (the application that consumes the Stardust web services).
-Dcom.sun.xml.ws.transport.http.client.HttpTransportPipe.dump=true
It prints out the request and response message.
Note that the above setting works only for Metro web services.
You can also log the request and response messages on the server side (Stardust side) by adding the following setting to your JVM
-Dcom.sun.xml.ws.transport.http.HttpAdapter.dump=true
(again only for Metro stack).
[Updated on: Thu, 20 October 2011 04:34] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.04659 seconds