Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default soap call monitor

    hi all,

    is there a tool around to monitor in comming and outgoing soap messages ?

    thanks,


    Maersa Guest

  2. Similar Questions and Discussions

    1. #40561 [Opn->Fbk]: call to soap-server produces segfault
      ID: 40561 Updated by: tony2001@php.net Reported By: andreas at dolleschal dot org -Status: Open +Status: ...
    2. #40561 [Fbk->Opn]: call to soap-server produces segfault
      ID: 40561 User updated by: andreas at dolleschal dot org Reported By: andreas at dolleschal dot org -Status: ...
    3. #40561 [NEW]: call to soap-server produces segfault
      From: andreas at dolleschal dot org Operating system: Linux PHP version: 5.2.1 PHP Bug Type: SOAP related Bug description: ...
    4. Using CFInvoke SOAP to access Do Not Call Registry.
      Help! I'm trying to connect to the Do Not Call website to download the list of DNC numbers. In order to do this, I must use SOAP to obtain the file...
    5. using SOAP::Lite to call other services.
      Eric Amick <eric-amick@comcast.net> writes: I've tried this before (I noticed the same thing with the examples) but have only one or only the...
  3. #2

    Default Re: soap call monitor

    Yes, I think there are a few codes snippets out there that does
    that...Basically it uses SOAP Extensions to do it.

    My recommendation is to download WSE1SP1 from MS' site. You can specify at
    the Web.config file whether or not to enable SOAP Tracing and gives you the
    option to specify the file names for both input and output SOAP Traces.

    hth

    --
    Thank you very much

    Warmest Regards,
    William T (Willie) - Softwaremaker
    Architect | Evangelist | Consultant

    Microsoft Regional Director
    [url]http://www.microsoft.com/rd[/url]

    +++++++++++++++++++++++++++++++++


    "Maersa" <ma_ersa@hotmail.com> wrote in message
    news:#swSPMkAEHA.3944@TK2MSFTNGP11.phx.gbl...
    > hi all,
    >
    > is there a tool around to monitor in comming and outgoing soap messages ?
    >
    > thanks,
    >
    >

    Softwaremaker Guest

  4. #3

    Default Re: soap call monitor

    This is the extension in the Web.Config file that will enable tracing.

    <microsoft.web.services>
    <diagnostics>
    <trace enabled="true" input="inputtrace.xml" output="outputtrace.xml"/>
    </diagnostics>
    </microsoft.web.services>

    Remember to download the WSE1SP1 from [url]http://www.microsoft.com[/url]

    --
    Thank you very much

    Warmest Regards,
    William T (Willie) - Softwaremaker
    Architect | Evangelist | Consultant

    Microsoft Regional Director
    [url]http://www.microsoft.com/rd[/url]

    +++++++++++++++++++++++++++++++++


    "Maersa" <ma_ersa@hotmail.com> wrote in message
    news:#swSPMkAEHA.3944@TK2MSFTNGP11.phx.gbl...
    > hi all,
    >
    > is there a tool around to monitor in comming and outgoing soap messages ?
    >
    > thanks,
    >
    >

    Softwaremaker Guest

  5. #4

    Default Re: soap call monitor

    Hi William,

    Thanks for the answer, but what if the Webservice was developed by some
    other party and you'd like to monitor it. Would the way you suggested work ?

    thanks,



    "Softwaremaker" <msdn@removethis.softwaremaker.net> wrote in message
    news:uRGPsSkAEHA.1548@TK2MSFTNGP12.phx.gbl...
    > This is the extension in the Web.Config file that will enable tracing.
    >
    > <microsoft.web.services>
    > <diagnostics>
    > <trace enabled="true" input="inputtrace.xml" output="outputtrace.xml"/>
    > </diagnostics>
    > </microsoft.web.services>
    >
    > Remember to download the WSE1SP1 from [url]http://www.microsoft.com[/url]
    >
    > --
    > Thank you very much
    >
    > Warmest Regards,
    > William T (Willie) - Softwaremaker
    > Architect | Evangelist | Consultant
    >
    > Microsoft Regional Director
    > [url]http://www.microsoft.com/rd[/url]
    >
    > +++++++++++++++++++++++++++++++++
    >
    >
    > "Maersa" <ma_ersa@hotmail.com> wrote in message
    > news:#swSPMkAEHA.3944@TK2MSFTNGP11.phx.gbl...
    > > hi all,
    > >
    > > is there a tool around to monitor in comming and outgoing soap messages
    ?
    > >
    > > thanks,
    > >
    > >
    >
    >

    Maersa Guest

  6. #5

    Default Re: soap call monitor

    Hello,

    OK. I see your point. I have not tested it out before on a third party WS
    Component before BUT I have no reason to believe it otherwise.

    Download and install WSE1SP1 then go to the specific web.config file of the
    web service you would like to trace and add the relevant sections (which was
    described below).

    If you prefer not to do that and rather install a small tool or utlility to
    listen in on SOAP Messages on IIS, there is another alternative you may want
    to look at that may work in your scenario. Microsoft used to have s SOAP
    Trace Utility that comes with their MS SOAP Toolkit. However, that has been
    retired by the .NET Framework
    [url]http://msdn.microsoft.com/webservices/building/soaptk/default.aspx[/url]

    However, PocketSOAP.com has a free utility that works the same way and with
    the reviews it has gotten, seems to be doing the job well. Check it out
    here. [url]http://www.pocketsoap.com/tcptrace/[/url]

    hth

    --
    Thank you very much

    Warmest Regards,
    William T (Willie) - Softwaremaker
    Architect | Evangelist | Consultant

    Microsoft Regional Director
    [url]http://www.microsoft.com/rd[/url]

    +++++++++++++++++++++++++++++++++



    "Maersa" <ma_ersa@hotmail.com> wrote in message
    news:OV#0msoAEHA.3256@TK2MSFTNGP09.phx.gbl...
    > Hi William,
    >
    > Thanks for the answer, but what if the Webservice was developed by some
    > other party and you'd like to monitor it. Would the way you suggested work
    ?
    >
    > thanks,
    >
    >
    >
    > "Softwaremaker" <msdn@removethis.softwaremaker.net> wrote in message
    > news:uRGPsSkAEHA.1548@TK2MSFTNGP12.phx.gbl...
    > > This is the extension in the Web.Config file that will enable tracing.
    > >
    > > <microsoft.web.services>
    > > <diagnostics>
    > > <trace enabled="true" input="inputtrace.xml"
    output="outputtrace.xml"/>
    > > </diagnostics>
    > > </microsoft.web.services>
    > >
    > > Remember to download the WSE1SP1 from [url]http://www.microsoft.com[/url]
    > >
    > > --
    > > Thank you very much
    > >
    > > Warmest Regards,
    > > William T (Willie) - Softwaremaker
    > > Architect | Evangelist | Consultant
    > >
    > > Microsoft Regional Director
    > > [url]http://www.microsoft.com/rd[/url]
    > >
    > > +++++++++++++++++++++++++++++++++
    > >
    > >
    > > "Maersa" <ma_ersa@hotmail.com> wrote in message
    > > news:#swSPMkAEHA.3944@TK2MSFTNGP11.phx.gbl...
    > > > hi all,
    > > >
    > > > is there a tool around to monitor in comming and outgoing soap
    messages
    > ?
    > > >
    > > > thanks,
    > > >
    > > >
    > >
    > >
    >
    >

    Softwaremaker Guest

  7. #6

    Default Re: soap call monitor

    Hi,

    Thanks for the help, the exact tool I was looking for.
    thanks,


    "Softwaremaker" <msdn@removethis.softwaremaker.net> wrote in message
    news:O794TNpAEHA.3352@TK2MSFTNGP09.phx.gbl...
    > Hello,
    >
    > OK. I see your point. I have not tested it out before on a third party WS
    > Component before BUT I have no reason to believe it otherwise.
    >
    > Download and install WSE1SP1 then go to the specific web.config file of
    the
    > web service you would like to trace and add the relevant sections (which
    was
    > described below).
    >
    > If you prefer not to do that and rather install a small tool or utlility
    to
    > listen in on SOAP Messages on IIS, there is another alternative you may
    want
    > to look at that may work in your scenario. Microsoft used to have s SOAP
    > Trace Utility that comes with their MS SOAP Toolkit. However, that has
    been
    > retired by the .NET Framework
    > [url]http://msdn.microsoft.com/webservices/building/soaptk/default.aspx[/url]
    >
    > However, PocketSOAP.com has a free utility that works the same way and
    with
    > the reviews it has gotten, seems to be doing the job well. Check it out
    > here. [url]http://www.pocketsoap.com/tcptrace/[/url]
    >
    > hth
    >
    > --
    > Thank you very much
    >
    > Warmest Regards,
    > William T (Willie) - Softwaremaker
    > Architect | Evangelist | Consultant
    >
    > Microsoft Regional Director
    > [url]http://www.microsoft.com/rd[/url]
    >
    > +++++++++++++++++++++++++++++++++
    >
    >
    >
    > "Maersa" <ma_ersa@hotmail.com> wrote in message
    > news:OV#0msoAEHA.3256@TK2MSFTNGP09.phx.gbl...
    > > Hi William,
    > >
    > > Thanks for the answer, but what if the Webservice was developed by some
    > > other party and you'd like to monitor it. Would the way you suggested
    work
    > ?
    > >
    > > thanks,
    > >
    > >
    > >
    > > "Softwaremaker" <msdn@removethis.softwaremaker.net> wrote in message
    > > news:uRGPsSkAEHA.1548@TK2MSFTNGP12.phx.gbl...
    > > > This is the extension in the Web.Config file that will enable tracing.
    > > >
    > > > <microsoft.web.services>
    > > > <diagnostics>
    > > > <trace enabled="true" input="inputtrace.xml"
    > output="outputtrace.xml"/>
    > > > </diagnostics>
    > > > </microsoft.web.services>
    > > >
    > > > Remember to download the WSE1SP1 from [url]http://www.microsoft.com[/url]
    > > >
    > > > --
    > > > Thank you very much
    > > >
    > > > Warmest Regards,
    > > > William T (Willie) - Softwaremaker
    > > > Architect | Evangelist | Consultant
    > > >
    > > > Microsoft Regional Director
    > > > [url]http://www.microsoft.com/rd[/url]
    > > >
    > > > +++++++++++++++++++++++++++++++++
    > > >
    > > >
    > > > "Maersa" <ma_ersa@hotmail.com> wrote in message
    > > > news:#swSPMkAEHA.3944@TK2MSFTNGP11.phx.gbl...
    > > > > hi all,
    > > > >
    > > > > is there a tool around to monitor in comming and outgoing soap
    > messages
    > > ?
    > > > >
    > > > > thanks,
    > > > >
    > > > >
    > > >
    > > >
    > >
    > >
    >
    >

    Maersa Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139