Capture Outbound XML Stream

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Rossitter

    Capture Outbound XML Stream

    Hi Everybody,

    I’m looking for a way to capture the outbound XML stream of a web service
    call.
    I need to be able to save these communications to SQL Server.

    Is there any way to do this within the framework?

    Thanks,

    John Rossitter

  • DC

    #2
    Re: Capture Outbound XML Stream

    you can use

    Soap Trace Extensions
    Find official documentation, practical know-how, and expert guidance for builders working and troubleshooting in Microsoft products.


    WSE 2.0 or later


    or

    Windows Communication Foundation. (previously known as "Indigo").

    -Dino
    Microsoft



    "John Rossitter" <JohnRossitter@ discussions.mic rosoft.com> wrote in message
    news:992DD472-09BC-4161-9EB9-D9078AC8B84C@mi crosoft.com...[color=blue]
    > Hi Everybody,
    >
    > I'm looking for a way to capture the outbound XML stream of a web service
    > call.
    > I need to be able to save these communications to SQL Server.
    >
    > Is there any way to do this within the framework?
    >
    > Thanks,
    >
    > John Rossitter
    >[/color]


    Comment

    Working...