how to show Axis soap message sent

2009年3月27日 | 分类: java | 标签: , , ,

I have been having troubles to make soap calls and didn’t know how to debug or show the soap messages sent until my co-worker advised me to try TCPMon.

intercept the soap message by using TCPMon.

  • change target web service URI:port in your soap client to your server:port, e.g. localhost:8888
  • create a new TCPMon and listen on the port, 8888
  • set up the forwarding port to the actual target web service URI and port, e.g. test.com:4041
  • add it to start listening the local port (8888) and run the soap client and check what’s being sent to the actual target server(test.com:4041)
目前还没有任何评论.