[Mono-list] quick question about SOAP extension configuration
L.G. Meredith
lgreg.meredith at gmail.com
Fri Aug 4 21:36:10 EDT 2006
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
--
L.G. Meredith
Partner
Biosimilarity LLC
505 N 72nd St
Seattle, WA 98103
+1 206.650.3740
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20060804/085e32c8/attachment.html
More information about the Mono-list
mailing list