all groups > dotnet web services > january 2007 >
You're in the

dotnet web services

group:

Web Service Monitor Tool


Web Service Monitor Tool JF
1/22/2007 8:51:49 AM
dotnet web services:
We have a problem with large data being transfered from our webservice.

We would like a tool to monitor the activity of a specific webservice
in II6.0 and how we can reduce the data being transmitted.

tx
Re: Web Service Monitor Tool JF
1/23/2007 2:29:11 AM
OK. Thanx.

Shailen Sukul escreveu:

[quoted text, click to view]
Re: Web Service Monitor Tool Shailen Sukul
1/23/2007 10:14:23 AM
Use counters

--
With Regards
Shailen Sukul
..Net Architect
(MCPD: Ent Apps, MCSD.Net MCSD MCAD)
Ashlen Consulting Services
http://www.ashlen.net.au
[quoted text, click to view]

RE: Web Service Monitor Tool Manish Bafna
1/29/2007 2:43:00 AM
Hi,
Hi,
Yes you can reduce data transmitted by using soap extensions.You need to
override
ProcessMessage method.In processmessage method there are four stages of Soap
Messages.You will write the code for encrpting data in AfterSerialize stage
and code for Decrypting data in BeforeDeserialze stage.You will find
following URL useful which gives complete working code for it:
http://www.c-sharpcorner.com/Code/2004/April/UseSoapHeaderInWebService.asp

Hope this helps you out.

Thanks and Regards,
Manish Bafna.
MCP and MCTS.



[quoted text, click to view]
RE: Web Service Monitor Tool Sanjesh
2/12/2007 1:49:01 AM
Hi JF,

We have developed a Monitoring Tool to monitor .NET Web Services in
real-time. You can see a flash demo (demo plays by itself) here which shows
some of the features of our tool:

http://www.soapknox.com/demo

Contact us if you want more information.

Sanjesh

Real-Time Web Service Monitoring for .NET
SoapKnox Inc
http://www.soapknox.com
Ph: 832 279 3745



[quoted text, click to view]
AddThis Social Bookmark Button