![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Hi Doug, From your description, you're dealing with some webservice message exchange task and have some program accesing the SOAP message or the related objects, correct? As for the problem, I'm still not quite sure on your detailed scenaro, would you provide some further explanation on the application or service you're developing or consuming? Generally, for .NET webservice, if you're also using .net framework based client to consume it, you simply generate the client proxy class and calling webmethod through the client proxy, you do not need to deal with the underlying SOAP message. Also, any objects that can be XML serialized can be passed in the webmethod via XML serialization(and embeded in SOAP message). Is there any particular requirement here that you need to access the raw SOAP content? If you do need to access the underlying SOAP XML content of webservice method calls, you have the following means: ** through non-dev approach, you can use some http or TCP trace utility to capture the underlying SOAP message sent between webservice server and client ** for ASP.NET webservice, you can also use SOAP extension to programmatically get the underlying SOAP message content(e.g create a message logger). #SOAP Message Modification Using SOAP Extensions http://msdn2.microsoft.com/en-us/library/esw638yk.aspx If there is anything I missed here or any other specific questions, please feel free to let me know. Sincerely, Steven Cheng Microsoft MSDN Online Support Lead ================================================== Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscripti...ult.aspx#notif ications. Note: The MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 1 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions or complex project analysis and dump analysis issues. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/subscripti...t/default.aspx. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. |
#5
| |||
| |||
|
|
Hi Doug, From your description, you're dealing with some webservice message exchange task and have some program accesing the SOAP message or the related objects, correct? As for the problem, I'm still not quite sure on your detailed scenaro, would you provide some further explanation on the application or service you're developing or consuming? Generally, for .NET webservice, if you're also using .net framework based client to consume it, you simply generate the client proxy class and calling webmethod through the client proxy, you do not need to deal with the underlying SOAP message. Also, any objects that can be XML serialized can be passed in the webmethod via XML serialization(and embeded in SOAP message). Is there any particular requirement here that you need to access the raw SOAP content? If you do need to access the underlying SOAP XML content of webservice method calls, you have the following means: ** through non-dev approach, you can use some http or TCP trace utility to capture the underlying SOAP message sent between webservice server and client ** for ASP.NET webservice, you can also use SOAP extension to programmatically get the underlying SOAP message content(e.g create a message logger). #SOAP Message Modification Using SOAP Extensions http://msdn2.microsoft.com/en-us/library/esw638yk.aspx If there is anything I missed here or any other specific questions, please feel free to let me know. Sincerely, Steven Cheng Microsoft MSDN Online Support Lead ================================================== Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscripti...ult.aspx#notif ications. Note: The MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 1 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions or complex project analysis and dump analysis issues. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/subscripti...t/default.aspx. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. |
#6
| |||
| |||
|
#7
| |||
| |||
|
#8
| |||
| |||
|
|
Thanks for your reply Doug, Sure. If you need any further help on this, please feel free to post here. Sincerely, Steven Cheng Microsoft MSDN Online Support Lead This posting is provided "AS IS" with no warranties, and confers no rights. |
#9
| |||
| |||
|
|
Thanks for your reply Doug, Sure. If you need any further help on this, please feel free to post here. Sincerely, Steven Cheng Microsoft MSDN Online Support Lead This posting is provided "AS IS" with no warranties, and confers no rights. |
#10
| |||
| |||
|
|
Looks like the SOAP SDK is depreciated. I found a WSE download: en_Web_Services_Enhancements_1.0.msi but on install it says it requires Framework 1.1 (which is installed version 1.1.4322.573), but I also have Framework v2 (version 2.0.50727.42) installed via MSVS 2005 install. It hints this is a "beta" version (or maybe it is stating the 1.1 is beta) neither should be unless MS shipped beta with MSVS 2005. Our projects are all Framework v2 based. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |