alfasoftware/soapstone

SOAPHandlers are not processed

Closed this issue · 1 comments

Any SOAPHandlers bound in the host application are ignored when invoking services via soapstone

Assessed that the cost of supporting SOAPHandlers is great, given the need to construct the SOAP messages to be handled. It is also not appropriate, in many cases.

Where key functionality is provided by a SOAPHandler it may be appropriate to provide a servlet filter instead, dependent on the functionality.