configure a soap extension in App.config

maraujo

Member
Joined
Oct 2, 2006
Messages
6
Programming Experience
Beginner
Hi,

I have built a custom soap extension (inherited from SoapExtension) and the class is fine, but there is a problem:

How can I configure it in my app.config in order to enable it in every web service request?

Thanks again,

Marcelo
 
configure a soap extension in machine.config

Hi,

I am trying to configure a soap extension on machine.config and the following error has appeared:

<soapExtensionTypes>
<add type="SoapLog" priority="2" group="0"/>
</soapExtensionTypes>

The 'type' attribute must be set to a valid type name
 
Back
Top