HighTechTalks DotNet Forums  

Access to SOAP Objects

Dotnet XML microsoft.public.dotnet.xml


Discuss Access to SOAP Objects in the Dotnet XML forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #31  
Old   
John Saunders [MVP]
 
Posts: n/a

Default Re: Access to SOAP Objects - 07-06-2007 , 08:47 PM






"doug" <dmartin (AT) newsgroups (DOT) nospam> wrote

Quote:
I do not believe a requirement (in my case a post code/test requirement) to
capture Soap traffic is asking for all that much. I don't think asking
for a
simple method that gets invoked while receiving and sending what is the
actual message sent up and down the line is an over the top request. It
apparently isn't there (except maybe as 3rd party add-on).
That's not true. The sample I cited had what you need with
SoapTraceExtension.

Quote:
I have reviewed samples on web service side and client side, mostly for
pre
MSVS 2005 where it seems a lot has changed. Apparently the now
depreciated
Soap SDK worked. It has been superceded by WSE 1, WSE1.1, WSE2, and WSE3.
Well, no. The SOAP SDK was superseded (for .NET code) by ASP.NET Web
Services. WSE is a set of extensions to ASP.NET Web Services. It has also
been superseded, this time by Windows Communications Framework, which is
part of .NET 3.0.

Quote:
These don't seem to work. I appreciate digging into the bowels can be
hard/difficult. It was easier in ASP days. Now it is easier to code just
the work you want without coding so much housekeeping. Fine. But it
shouldn't be that complex either. Enter WSE. Previously it was
suggested I
look at WSE. I found WSE v3 and it loaded fine (earlier versions are not
correct for my configuration). I configured it, used it to update my
client
sde test aspx page's web.config, my code matches the sample code, and I
believe I've done all configuration tasks documented. The WSE Soap
Tracing
isn't working. Searches show that others have hit the same wall I have.
It
would appear MS provided a tool to capture Soap messages cleanly and
somewhat
easily, yet it doesn't work, and doesn't say that it failed or even tried.
So the tool is not working or it use isn't fully documented.

I'm hoping someone can resolve my client side ASPX WSE3 Framework v2 .Net
2005 issue that seems to predominently involve changes to web.config.

You may not realize it, but you are greatly complicating your life by using
WSE. Its features are MUCH more than you seem to need, and that may be the
problem you're having with web.config.

I don't know who recommended WSE, or why, but I would reccomend against WSE
unless you need to use standards like WS-Addressing, WS-ReliableMessaging,
etc.

--
John Saunders [MVP]



Reply With Quote
  #32  
Old   
Steven Cheng[MSFT]
 
Posts: n/a

Default Re: Access to SOAP Objects - 07-09-2007 , 01:50 AM






Hi Doug,

So your current concern is still capture the underlying SOAP xml message of
the webservice request/response, correct?

As I mentioned, earilier, for ASP.NET webservice, without any add-on
component(such a WSE), you can use custom SoapExtension to capture
request/response SOAP messages.

#Using SOAP Extensions in ASP.NET
http://msdn.microsoft.com/msdnmag/is.../03/ASPColumn/

You can register your custom soapextension at either server-side service or
client-side webservice proxy through application configuration file. If you
feel necessary, I can also send a simple demo soapextension that logs soap
message I've ever write for test.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.



Reply With Quote
  #33  
Old   
Steven Cheng[MSFT]
 
Posts: n/a

Default Re: Access to SOAP Objects - 07-09-2007 , 01:50 AM



Hi Doug,

So your current concern is still capture the underlying SOAP xml message of
the webservice request/response, correct?

As I mentioned, earilier, for ASP.NET webservice, without any add-on
component(such a WSE), you can use custom SoapExtension to capture
request/response SOAP messages.

#Using SOAP Extensions in ASP.NET
http://msdn.microsoft.com/msdnmag/is.../03/ASPColumn/

You can register your custom soapextension at either server-side service or
client-side webservice proxy through application configuration file. If you
feel necessary, I can also send a simple demo soapextension that logs soap
message I've ever write for test.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.



Reply With Quote
  #34  
Old   
Steven Cheng[MSFT]
 
Posts: n/a

Default Re: Access to SOAP Objects - 07-11-2007 , 06:01 AM



Hi Doug,

Any further question on this? If you need any other help on this ,please
don't hesitate to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.


Reply With Quote
  #35  
Old   
Steven Cheng[MSFT]
 
Posts: n/a

Default Re: Access to SOAP Objects - 07-11-2007 , 06:01 AM



Hi Doug,

Any further question on this? If you need any other help on this ,please
don't hesitate to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.