472,096 Members | 1,277 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,096 software developers and data experts.

Modifying SOAP message at client proxy side without using SOAP extentions



Hi,

Can I view/modify SOAP message at the client proxy side without using soap
extensions?

Thank you,

Alan


Nov 23 '05 #1
1 2960
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

Nov 23 '05 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

7 posts views Thread by Mickel Grönroos | last post: by
4 posts views Thread by Mark | last post: by
6 posts views Thread by john deviney | last post: by
6 posts views Thread by A.M-SG | last post: by
3 posts views Thread by JRey | last post: by
1 post views Thread by libsfan01 | last post: by
5 posts views Thread by =?Utf-8?B?TWFyaw==?= | last post: by

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.