locked
How do i capture incomming and out going xml when call web service RRS feed

  • Question

  • i am calling a third part web service from window application. i just tried to capture xml response & request generated by that web service when we call but fail. search google and found lots of article and follow their instruction and code nothing works.

    as a sample i follow this instruction from this url

    http://knowledgecenter.zuora.com/kb/How_do_I_capture_the_SOAP_API_Request_and_Response%3F

    http://msdn.microsoft.com/en-us/library/ms179346.aspx

    can anyone tell me any easy way out to capture incomming and out going xml when call & work with web service. looking for help.

    Wednesday, November 7, 2012 2:53 PM

All replies

  • If you're using the legacy ASMX web services, then see the example at http://msdn.microsoft.com/en-us/library/system.web.services.protocols.soapextension.aspx. The MSDN link you posted was for web services inside of SQL Server.


    John Saunders
    WCF is Web Services. They are not two separate things.
    Use WCF for All New Web Service Development, instead of legacy ASMX or obsolete WSE
    Use File->New Project to create Web Service Projects

    Friday, November 9, 2012 3:15 AM
    Moderator
  • i did the same things as you refer the url http://msdn.microsoft.com/en-us/library/system.web.services.protocols.soapextension.aspx but it did not work. so any other advise.
    Saturday, November 17, 2012 8:59 AM
  • Hi,

    its time to know about FIDDLER. For Video tutorials download these videos that teaches how to use it and see incoming and outgoing request and reply data from your computer.


    One good question is equivalent to ten best answers.

    Tuesday, December 4, 2012 11:29 AM