axis handler being omitted

M

muzzybrain

Is there any way to invoke axis handler after web service operation
rises an exception? whenever I invoke web service it goes through the
handler as long as the service does not rise exception. if it does
throw, the handler is omitted.

web service is defined as follows
<service name="zonk" provider="java:RPC">
<parameter name="wsdlServicePort" value="zonk"/>
<parameter name="className"
value="zonk.example.ZonkSoapBindingSkeleton"/>
<parameter name="typeMappingVersion" value="1.2"/>
<parameter name="allowedMethods" value="*"/>
<parameter name="wsdlServiceElement" value="MyServiceService"/>
<parameter name="wsdlTargetNamespace" value="urn:MyService"/>
<parameter name="wsdlPortType" value="MyService"/>
<parameter name="scope" value="Session"/>
<parameter name="schemaUnqualified" value="urn:MyService"/>
<typeMapping
deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
qname="ns9:DMSException"
serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
type="java:zonk.example.DMSException" xmlns:ns9="urn:MyService"/>
<responseFlow>
<handler name="monitorHandler" type="java:monitor.MonitorHandler">
</handler>
</responseFlow>
</service>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top