[Mono-dev] quick question about SOAP extension configuration

Atsushi Eno atsushi at ximian.com
Fri Aug 4 23:52:27 EDT 2006


Hi,

Just curious, isn't SOAP extension configuration new functionality
in .NET 2.0 which we don't support yet?

Atsushi Eno

L.G. Meredith wrote:
> All,
> 
> i know this question has been asked a million times, but i can't find an
> answer that works with my setup. Before i try it on mono, i would to make
> sure that the SOAP extension i've implemented works on straight up .net.
> Everything compiles, there are no complaints about the config file. i can
> invoke web methods and they call the code i in the main body, but no SOAP
> extension code is executed.
> 
> The SOAP extension code i've got is a simple variation on the trace
> extension example from the .net libraries. This compiles in with the 
> rest of
> my webservice. i add the following configuration info to web.config.
> 
>       <webServices>
>          <soapExtensionTypes>
>            <add type="AVSOAPIntercept.AVTraceExtension,
>                     App_Code"
>             priority="1" group="Low" />
>            <add type="AVSOAPIntercept.AVTrampoline,
>                     App_Code"
>             priority="1" group="Low" />
>          </soapExtensionTypes>
>        </webServices>
> 
> i have tried marking the method with
> 
> [WebMethod(EnableSession=true)]
> [AVTrampoline]
> <method signature>
> 
> and
> 
> [WebMethod(EnableSession=true)]
> [AVSOAPIntercept.AVTrampoline]
> <method signature>
> 
> i have also confirmed that if i don't put in the qualified name,
> AVSOAPIntercept.AVTrampoline, in the web.config extension, i get a 
> complaint
> about the configuration.
> 
> But, neither of these ever causes exeuction in the implementation of
> ProcessMessage for AVTrampoline. Any help would be greatly appreciated.
> 
> Best wishes,
> 
> --greg
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list




More information about the Mono-devel-list mailing list