473,411 Members | 1,998 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,411 software developers and data experts.

XML Trace WSE 2.0 problem

Hi,

I've recently had frustration experience using a certain web service
provided by a known organization. In order to maybe get a response from the
technical they want me to send them the XML trace for the input and output
calls and answers to the web service.

I've downloaded WSE 2.0 tool since i use .net vs 2003, c#. I've desperately
been trying to get a trace with no success.

Here are the details of what I've been trying:

1. Installed WSE 2.0 sp 3

2. Removed and added again the web reference to the web service

3. Set my project (type Web Application) to use wse 2.0 (by right
clicking the project and accessing wse 2.0 settings)

4. Under General I've checked both options (although explanatory text
appear in light gray as irrelevant)

5. Under diagnostics I've enabled message tracing, test various
formats for the output files.

6. I've made sure I have the proper permissions in the trace target
folder

7. I've made sure the settings are properly entered in the web.config
file

8. I get no trace, no file is created or no info is added to an
existing trace file.

I appreciate in advance any help,

Regards,

Albert

ps i am enclosing a print screen for the inactive text in wse 2.0 settings -
i think this is part of the problem (could it be a problematic port or
permissions?)

http://albertbenatov.com/wse2.gif

Feb 5 '06 #1
2 2764
Albert,

By a trace, are you saying that they want the request that is sent over
to their web service? The easiest way to do this, I would think, is to just
intercept the request. You can use a tool like Fiddler to do this. Setup
is easy, and it will capture requests for you to look at (as well as
responses).

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Albert" <Al****@discussions.microsoft.com> wrote in message
news:17**********************************@microsof t.com...
Hi,

I've recently had frustration experience using a certain web service
provided by a known organization. In order to maybe get a response from
the
technical they want me to send them the XML trace for the input and output
calls and answers to the web service.

I've downloaded WSE 2.0 tool since i use .net vs 2003, c#. I've
desperately
been trying to get a trace with no success.

Here are the details of what I've been trying:

1. Installed WSE 2.0 sp 3

2. Removed and added again the web reference to the web service

3. Set my project (type Web Application) to use wse 2.0 (by right
clicking the project and accessing wse 2.0 settings)

4. Under General I've checked both options (although explanatory
text
appear in light gray as irrelevant)

5. Under diagnostics I've enabled message tracing, test various
formats for the output files.

6. I've made sure I have the proper permissions in the trace target
folder

7. I've made sure the settings are properly entered in the
web.config
file

8. I get no trace, no file is created or no info is added to an
existing trace file.

I appreciate in advance any help,

Regards,

Albert

ps i am enclosing a print screen for the inactive text in wse 2.0
settings -
i think this is part of the problem (could it be a problematic port or
permissions?)

http://albertbenatov.com/wse2.gif

Feb 5 '06 #2
Thanks Nicholas,

It seems like a nice tool. But i steel can't get the required result. I
don't get anything in the XML tab (not sure if i use roght the tool). I
should get the request and reply to the web service in this format:

<scheduleReportJob xmlns='https://adwords.google.com/api/adwords/v2'>
<job xsi:type='CustomReportJob'>
<name>KeywordReport</name>
<aggregationType>Summary</aggregationType>
<startDate>2005-01-01T00:00:00Z</startDate>
<endDate>2006-02-02T23:59:59Z</endDate>
<crossClient>true</crossClient>
<clientAccounts>9557039543</clientAccounts>
<clientAccounts>3082422092</clientAccounts>

<campaignStatuses>Active</campaignStatuses>
<customOptions>AccountName</customOptions>
<customOptions>AdGroupId</customOptions>
<customOptions>AdGroup</customOptions>
<customOptions>AdGroupStatus</customOptions>
<customOptions>CampaignId</customOptions>
<customOptions>Campaign</customOptions>
<customOptions>CampaignStatus</customOptions>
<customOptions>Clicks</customOptions>
<customOptions>Cost</customOptions>
<customOptions>Cpc</customOptions>
<customOptions>Ctr</customOptions>
<customOptions>Impressions</customOptions>
<customOptions>Keyword</customOptions>
<customOptions>KeywordType</customOptions>
<customOptions>KeywordStatus</customOptions>
</job>
</scheduleReportJob>

Feb 5 '06 #3

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

Similar topics

2
by: Alex Smith | last post by:
Hi all, I have an application that uses Oracle's JDBC thin driver 9.0.x to have a nice, friendly chat with 8.1.x database. During this exchange the server rudely interrupts the conversation and...
0
by: Mike Schilling | last post by:
I have some code that calls methods reflectively (the method called and its parameters are determined by text received in a SOAP message, and I construct a map from strings to MethodInfos). The...
0
by: martin | last post by:
Hi, I have created an asp.net application as a project, and also another project that is just a class library. My asp.net application calls a function in the class library. I am attempting to...
5
by: TPS | last post by:
When I set trace enable to true in my web.config file, the debug info does not display at the "bottom" of the page, it displays "under" all of my buttons, labels, grids etc. This behavior...
3
by: JR | last post by:
I'm experiencing a problem where, for seemingly no reason, trace output stops being logged (and appearing on my pages.) trace.enabled suddenly just turns to false. Any idea why this happens?...
5
by: who be dat? | last post by:
Hello all. I'm writing an application that is writing trace information that can be viewed in trace.axd. I would like to rename this and use a different name specific to my application. I know...
9
by: Joe Rattz | last post by:
I can't seem to get to trace.axd. I have turned tracing on in web.config. Here is how I currently have i configured: <trace enabled="true" requestLimit="10" pageOutput="false"...
3
by: Arman Sahakyan | last post by:
Hi, I'm an MFC programmer and know little about .NET programming. Now, for some reasons, I'm developing an ASP .NET application... What I need to know is how to output into VS's Output Window...
2
by: Rick Mavrovik | last post by:
hi one of the pages in my asp.net application is taking very long to load. i want find out what is causing the problem. its probably ajax. i am not finding the asp.net trace any useful, i mean i...
0
by: gray d newbie | last post by:
Hi All, I am currently supporting an ASP based system which is using Commerce Server 2000. On and off when the end user using the module, as long as the module have to do with user profile...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.