473,383 Members | 1,963 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

How to view Soapmessage

Hi,

I need to observe the in coming soapmessages and responses of my
webservise. what is the easiest way to do it?

regards
sanjaya
Jul 27 '06 #1
4 3797
If you're using WSE 2.0 you can turn on the trace files in App.Config
(Client) and/or Web.Config (server). Remember to create the directory
that the trace file is to be put in. Also, don't forget to turn off
the trace when you're done (especially on the server side) as it will
be a performance drain.

-Paul

<microsoft.web.services2>
<!--
<soapExtensionTypes>
<add type="Microsoft.Web.Services2.WebServicesExtension ,
Microsoft.Web.Services2, Version=2.0.3.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" priority="1" group="0" />
</soapExtensionTypes>
-->
<diagnostics>
<trace enabled="true" input="c:\traces\ClientInput.xml
output="c:\traces\ClientOutput.xml" />
</diagnostics>

Sanjaya wrote:
Hi,

I need to observe the in coming soapmessages and responses of my
webservise. what is the easiest way to do it?

regards
sanjaya
Jul 27 '06 #2
thx pal . currently i'm not using WSE 2.0. is it only configuration or do i
need to use the classes from it ?
<li******@aol.comwrote in message
news:11**********************@p79g2000cwp.googlegr oups.com...
If you're using WSE 2.0 you can turn on the trace files in App.Config
(Client) and/or Web.Config (server). Remember to create the directory
that the trace file is to be put in. Also, don't forget to turn off
the trace when you're done (especially on the server side) as it will
be a performance drain.

-Paul

<microsoft.web.services2>
<!--
<soapExtensionTypes>
<add type="Microsoft.Web.Services2.WebServicesExtension ,
Microsoft.Web.Services2, Version=2.0.3.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" priority="1" group="0" />
</soapExtensionTypes>
-->
<diagnostics>
<trace enabled="true" input="c:\traces\ClientInput.xml
output="c:\traces\ClientOutput.xml" />
</diagnostics>

Sanjaya wrote:
>Hi,

I need to observe the in coming soapmessages and responses of my
webservise. what is the easiest way to do it?

regards
sanjaya

Jul 27 '06 #3
You can try using SOAP Toolkit. The download is available in
http://www.microsoft.com/downloads/d...displaylang=en
--
Thanks & Regards

Ravi Shankar S
"Sanjaya" wrote:
thx pal . currently i'm not using WSE 2.0. is it only configuration or do i
need to use the classes from it ?
<li******@aol.comwrote in message
news:11**********************@p79g2000cwp.googlegr oups.com...
If you're using WSE 2.0 you can turn on the trace files in App.Config
(Client) and/or Web.Config (server). Remember to create the directory
that the trace file is to be put in. Also, don't forget to turn off
the trace when you're done (especially on the server side) as it will
be a performance drain.

-Paul

<microsoft.web.services2>
<!--
<soapExtensionTypes>
<add type="Microsoft.Web.Services2.WebServicesExtension ,
Microsoft.Web.Services2, Version=2.0.3.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" priority="1" group="0" />
</soapExtensionTypes>
-->
<diagnostics>
<trace enabled="true" input="c:\traces\ClientInput.xml
output="c:\traces\ClientOutput.xml" />
</diagnostics>

Sanjaya wrote:
Hi,

I need to observe the in coming soapmessages and responses of my
webservise. what is the easiest way to do it?

regards
sanjaya


Jul 28 '06 #4
Or you can try our Web Service Monitoring Tool:

http://www.soapknox.com/demo

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

"Sithicus" wrote:
Or you can try using YATT. Google it.

"Ravi Shankar" wrote:
You can try using SOAP Toolkit. The download is available in
http://www.microsoft.com/downloads/d...displaylang=en
--
Thanks & Regards

Ravi Shankar S
"Sanjaya" wrote:
thx pal . currently i'm not using WSE 2.0. is it only configuration or do i
need to use the classes from it ?
>
>
<li******@aol.comwrote in message
news:11**********************@p79g2000cwp.googlegr oups.com...
If you're using WSE 2.0 you can turn on the trace files in App.Config
(Client) and/or Web.Config (server). Remember to create the directory
that the trace file is to be put in. Also, don't forget to turn off
the trace when you're done (especially on the server side) as it will
be a performance drain.

-Paul

<microsoft.web.services2>
<!--
<soapExtensionTypes>
<add type="Microsoft.Web.Services2.WebServicesExtension ,
Microsoft.Web.Services2, Version=2.0.3.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" priority="1" group="0" />
</soapExtensionTypes>
-->
<diagnostics>
<trace enabled="true" input="c:\traces\ClientInput.xml
output="c:\traces\ClientOutput.xml" />
</diagnostics>

Sanjaya wrote:
Hi,
>
I need to observe the in coming soapmessages and responses of my
webservise. what is the easiest way to do it?
>
regards
sanjaya

>
>
>
Feb 12 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: js | last post by:
I am trying to create a primary key constraint on a view in the following statement. However, I got an error ORA-00907: missing right parenthesis. If the CONSTRAINT clause is removed, then the...
8
by: Jef Driesen | last post by:
I'm implementing some image processing algorithms in C++. I created a class called 'image' (see declaration below), that will take care of the memory allocations and some basic (mathematical)...
4
by: Neil | last post by:
I just resolved a strange situation I was having with an ODBC linked SQL 7 view in an Access 2000 MDB file, and I'm trying to get some understanding as to what happened. The linked view was...
12
by: Neil | last post by:
I previously posted re. this, but thought I'd try again with a summary of facts. I have an Access 2000 MDB with a SQL Server 7 back end. There is a view that is linked to the database via ODBC...
10
by: Zack Sessions | last post by:
Has anyone tried to create a SQL7 view using the CREATE VIEW command and ADO.NET? If so, is there a trick in trapping a SQL error when trying to create the view? I have a VB.NET app that, amoung...
0
by: moleee | last post by:
hello How can i find Request Client IP from SoapMessage of SoapExtension ?..
0
by: moleee | last post by:
hello How can i get request client ip from soapmessage in SoapExtension?
3
by: Mahesh BS | last post by:
Hello, Is it possible to view the incoming SOAP request on my server? I have a webservice running and I want to view the all the raw SOAP message's which I receive.
10
by: plork | last post by:
hi all can someone help me out i'm trying to get the soap message from a web service call in my c# code. i'm using .net 2 and vs 2005 SoapMessage message; message.GetReturnValue();
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.