Connecting Tech Pros Worldwide Forums | Help | Site Map

Web Service Monitor Tool

JF
Guest
 
Posts: n/a
#1: Jan 22 '07
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


Shailen Sukul
Guest
 
Posts: n/a
#2: Jan 22 '07

re: Web Service Monitor Tool


Use counters

--
With Regards
Shailen Sukul
..Net Architect
(MCPD: Ent Apps, MCSD.Net MCSD MCAD)
Ashlen Consulting Services
http://www.ashlen.net.au
"JF" <cyberpunkpor@yahoo.comwrote in message
news:1169484709.320242.254920@m58g2000cwm.googlegr oups.com...
Quote:
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
>

JF
Guest
 
Posts: n/a
#3: Jan 23 '07

re: Web Service Monitor Tool


OK. Thanx.

Shailen Sukul escreveu:
Quote:
Use counters
>
--
With Regards
Shailen Sukul
.Net Architect
(MCPD: Ent Apps, MCSD.Net MCSD MCAD)
Ashlen Consulting Services
http://www.ashlen.net.au
"JF" <cyberpunkpor@yahoo.comwrote in message
news:1169484709.320242.254920@m58g2000cwm.googlegr oups.com...
Quote:
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
=?Utf-8?B?TWFuaXNoIEJhZm5h?=
Guest
 
Posts: n/a
#4: Jan 29 '07

re: Web Service Monitor Tool


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/20...WebService.asp

Hope this helps you out.

Thanks and Regards,
Manish Bafna.
MCP and MCTS.



"JF" wrote:
Quote:
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
>
>
=?Utf-8?B?U2FuamVzaA==?=
Guest
 
Posts: n/a
#5: Feb 12 '07

re: Web Service Monitor Tool


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



"JF" wrote:
Quote:
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
>
>
Closed Thread