While trying to enable SSL at http level , from client to server i get the
following error:
org.apache.axis2.AxisFault: SSL implementation not available
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
at
org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSen
Well when there is an exception in inflow handler it goes through the
outFault flow handler. One way to deal with this problem is to have your
handler in outFaultFlow and do your task.
Deepal
>
> I have 2 inflow handlers, and 2 outflow handlers something like below:
>
>
>
> Inflow1 --> inflow2 -
I have 2 inflow handlers, and 2 outflow handlers something like below:
Inflow1 --> inflow2 --> Service--> outflow1-->
outflow2-->
Is there a way I can catch exceptions thrown in the inflow2 handler in
the outflow2 handler? I would basically like to catch certain
ex
Thanks so much Denis.
On Tue, Feb 8, 2011 at 5:13 PM, Denis Weerasiri wrote:
> So http://localhost:8080/axis2/services/Version/getVersion will invoke
> the Version service.
>
> On Tue, Feb 8, 2011 at 3:26 PM, wadi wadi wrote:
> > Yes here it is:
> >
> >
> > http://schemas.xmlsoap.org/wsdl/";