Hi Alan,
As for intercepting and modifying webservice's SOAP message at client proxy
side, currnently the only available buildin interface is the SoapExtension.
Also, if you have interests, you can have a look at the Microsoft
Webservice Enhancement (currently version 2.0 sp3) which has encapsulate
the SoapExtension and provide much simpler interface for intercepting
webservice message at both server side and clientside.
http://www.microsoft.com/downloads/d...631-c3e7-420a-
bc1e-ef18bab66122&displaylang=en
In addition, another means to intercept SOAP message would be build a
external tcp application which listening a certain port and let the
webservice proxy send request to that application's listening port and let
it forward the message to target server. Somewhat like a proxy application.
Thanks,
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
From: "A.M-SG" <al******@newsgroup.nospam>
Subject: Modifying SOAP message at client proxy side without using SOAP
extentions
Date: Wed, 14 Sep 2005 15:56:19 -0400
Lines: 18
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-ID: <#J**************@TK2MSFTNGP10.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.webservices
NNTP-Posting-Host: 199.71.241.10
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP10.phx.gbl
microsoft.public.dotnet.framework.webservices:7898
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices
Hi,
Can I view/modify SOAP message at the client proxy side without using soap
extensions?
Thank you,
Alan