From: Carl Schei [mailto:[EMAIL PROTECTED]] wrote:

> Essentially I need a handle to the response stream that arrives on the
client side.
> I can't seem to find any way of hooking into this process? The web proxy
doesn't
> seem to allow one to chain into the response before it processes it.

Actually, there is. You need to write a client side SoapExtension. The same
extension could be used for compression on the ASP.NET, but the HttpModule
approach is more generic on that side because it can compress any type of
HTTP traffic (i.e. not just web service data).

Check out these resources for more information on writing SoapExtensions:

*
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfSystemWebServicesProtocolsSoapExtensionAttributeClassTopic.asp
*
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspnet/ht
ml/asp03222001.asp
*
http://msdn.microsoft.com/library/en-us/dnaspnet/html/asp09272001.asp?frame=
true

HTH,
Drew

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to