Ask a Question related to ASP.NET Web Services, Design and Development.
-
Maersa #1
soap call monitor
hi all,
is there a tool around to monitor in comming and outgoing soap messages ?
thanks,
Maersa Guest
-
#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: ... -
#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: ... -
#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: ... -
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... -
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... -
Softwaremaker #2
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
-
Softwaremaker #3
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
-
Maersa #4
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
-
Softwaremaker #5
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 workoutput="outputtrace.xml"/>>
> 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"messages> > </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> ?>> >> > >
> > > thanks,
> > >
> > >
> >
>
Softwaremaker Guest
-
Maersa #6
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...the> 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 ofwas> web service you would like to trace and add the relevant sections (whichto> described below).
>
> If you prefer not to do that and rather install a small tool or utlilitywant> listen in on SOAP Messages on IIS, there is another alternative you maybeen> 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 haswith> 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 andwork> 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> ?> output="outputtrace.xml"/>> >
> > 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"> messages> > > </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>> > ?> >> > > >
> > > > thanks,
> > > >
> > > >
> > >
> > >
> >
>
Maersa Guest



Reply With Quote

