Search code examples
xmlweb-servicesweblogicremote-debugging

how to dump a webservice xml


could you suggest how can i dump an XML. I tried using tcpmon but it isn't not showing my xml request/response. my app is running externally in weblogic server at port 8001 and i am debugging it in eclipse using remote debugging hooking at port 5001.


Solution

  • I used Fiddler2 which solved my problems.

    Appreciate your help.