-
Problem with Apache Axis 1.4 response handler (2 messages)
- Posted by: Jonathan Brenner
- Posted on: March 12 2009 13:35 EDT
I am using Oracle JDeveloper 10.1.3.3.0. I have written both a request handler and a response handler for calling a web service using Apache Axis 1.4. The request handler is working, but when the web service returns a soap fault, my response handler is not getting called (I have set breakpoints in both the "onFault" and "invoke" methods of the response handler, which extends "org.apache.axis.handlers.BasicHandler"). Any help in resolving this issue would be greatly appreciated. Thanks! Jonathan Here is what my WSDD looks like:Threaded Messages (2)
- try onFault() on the RequestHandler by Ravi Tadysetty on March 19 2009 10:30 EDT
- Problem with Apache Axis 1.4 response handler by simon herald on December 14 2011 11:42 EST
-
try onFault() on the RequestHandler[ Go to top ]
- Posted by: Ravi Tadysetty
- Posted on: March 19 2009 10:30 EDT
- in response to Jonathan Brenner
It is counter intuitive. If an exception occurs, onFault() on RequestHandler is invoked. -
Problem with Apache Axis 1.4 response handler[ Go to top ]
- Posted by: simon herald
- Posted on: December 14 2011 11:42 EST
- in response to Jonathan Brenner
Did you get solution to your problem?? I am facing the same, could you please share you findings..!!