473,654 Members | 3,076 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2773
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.co m

"Albert" <Al****@discuss ions.microsoft. com> wrote in message
news:17******** *************** ***********@mic rosoft.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:

<scheduleReport Job xmlns='https://adwords.google. com/api/adwords/v2'>
<job xsi:type='Custo mReportJob'>
<name>KeywordRe port</name>
<aggregationTyp e>Summary</aggregationType >
<startDate>20 05-01-01T00:00:00Z</startDate>
<endDate>2006-02-02T23:59:59Z</endDate>
<crossClient>tr ue</crossClient>
<clientAccounts >9557039543</clientAccounts>
<clientAccounts >3082422092</clientAccounts>

<campaignStatus es>Active</campaignStatuse s>
<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>
</scheduleReportJ ob>

Feb 5 '06 #3

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

Similar topics

2
12092
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 causes the application to fubar. The driver reports this as 'Connection reset' (IOException) without any error numbers. The server is hosted by a 3rd party in one of those "controlled" environments so my first guess is network/tx timeout but...
0
3668
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 code that does the call looks roughly like: try { // do reflective call response = method.Invoke(obj, params); }
0
1217
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 place instrumentation inside the function of my class library to write to a text file, I am using an TextWriterTraceListener object.. The problem is that I can write to the trace listener with the following
5
2021
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 happens in GridLayout, or FlowLayout. ? Thanks, TPS.
3
1931
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? It actually is happening on 2 machines I work on. Thanks.
5
2926
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 the name of this is set in machine.config. I was hoping it would be possible to change this in web.config. I got it to work, kind of. Good news is I can change the name in my web.config file. Bad news is that trace.axd still works meaning I can...
9
4413
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" traceMode="SortByTime" localOnly="false" />
3
2865
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 like what MFC's TRACE macro does (during debugging). Could you please share your knowledge with me? Thanks in advance.
2
1240
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 do not know how to make that trace information useful in diagnosis of this problem..can any one help me in this regard.. direct to any good resource regarding asp.net trace..
0
1373
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 processing, it may land on an error page saying "An invalid value has been specified for key member." (random occurence, sometime it works fine). After searching the MSDN via the link below: http://msdn.microsoft.com/en-us/library/ms962856.aspx It...
0
8375
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8290
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8815
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8707
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8482
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8593
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
4294
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2714
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1593
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.