To debug web service, logging the soap message is necessary. TcpMon is a helpful tool.
Or we can let jax-ws log the soap message.
-Dcom.sun.xml.ws.transport.http.client.HttpTransportPipe.dump=true
It also works for https.
Here is the detail http://metro.java.net/guide/Logging.html
No comments:
Post a Comment