Wil, your SoapExtension has access to the proxy or service object using
the SoapClientMessage.Client or SoapServerMessage.Server properties (you
need to downcast the SoapMessage parameter to ProcessMessage). You can
put this value in a property or field and access it that way.
alex

-----Original Message-----
From: Wil Burton [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, June 04, 2002 8:25 AM
To: [EMAIL PROTECTED]
Subject: [DOTNET] SoapExtension communication

Is there any way to communicate between SoapExtension and
web service on the server or SoapExtension and web service
proxy object on the client?  I am trying to implement an
encryption extension that uses a different key per
session.  Unfortunately, I can't figure out a way to have
the web service pass the SoapExtension the key that should
be used, since attributes seem to want only accept constant expressions.

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

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