See whether the following would help u.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
conAlteringSOAPMessageUsingSOAPExtensions.asp
Thanks,
Ragu
> I have created a SOAP extension that can be enabled using a
> SoapExtensionAttribute. This attibute holds two additional properties that
[quoted text clipped - 8 lines]
>
> Anyone has an idea how to do this? I am using the .NET Framework v1.1.
Ramon de Klein - 23 Jun 2005 10:28 GMT
This is the basic documentation with which I am familiar. It doesn't describe
anything about adding custom configuration properties for the SoapExtension
when used in web.config.
Suppose I want the directory to which the log-files are being sent to be
configurable. I think I need a special section in the web.config file to do
this. I would rather specify it within the <soapExtensionTypes>. That would
be a lot easier and more friendly to the person that needs to configure it.

Signature
Greetings,
Ramon de Klein
> See whether the following would help u.
>
[quoted text clipped - 15 lines]
> >
> > Anyone has an idea how to do this? I am using the .NET Framework v1.1.