EGL Development User Group

Expand all | Collapse all

JAX-WS - org.apache.axis2.AxisFault

  • 1.  JAX-WS - org.apache.axis2.AxisFault

    Posted Fri November 03, 2017 08:26 AM

    I am trying to consume a third party WSDL and I get the "abend" when calling the service. Do you know what might be happening ??

     

    org.apache.axis2.engine.AxisEngine receive An error was detected during JAXWS processing org.apache.axis2.AxisFault:

    An error was detected during JAXWS processing
    at org.apache.axis2.jaxws.server.JAXWSMessageReceiver.receive(JAXWSMessageReceiver.java:208)
    at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:212)
    at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172)
    at com.ibm.ws.websvcs.transport.http.WASAxis2Servlet.doPost(WASAxis2Servlet.java:1632)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1232)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:781)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:480)
    at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1114)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3951)
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1014)
    at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1817)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:463)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:530)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:316)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:287)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
    at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175)
    at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
    at com.ibm.io.async.AsyncChannelFuture$1.run(AsyncChannelFuture.java:205)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1892)
     
    [11/1/17 17:54:50:188 BRST] 000000bc SystemErr     R Nov 1, 2017, 5:54:50 PM.0  EGL1621E:EGL1621E An error occurred while trying to invoke function:CallWsdlESocial on WebService:http://wasd1:9080/OsvaldoAgenteWS/services/EnviaFileXMLEsocial.
    EGL0001I The error occurred in IEnviaFileXMLEsocial.
        detail1:500
        detail2:FAILED
        detail3:Internal Error

     

     

    My Settings:
    RBD 9.5.01
    Websphere 8.5

     

    @ojomenezes

     

    ojomenezes


  • 2.  Re: JAX-WS - org.apache.axis2.AxisFault

    Posted Wed July 18, 2018 04:12 PM

    Correct;

    ojomenezes


  • 3.  Re: JAX-WS - org.apache.axis2.AxisFault

    Posted Thu October 17, 2019 12:32 PM

    can you please let me know how this issue got resolved. I was facing the same issue.

    csl229


  • 4.  Re: JAX-WS - org.apache.axis2.AxisFault

    Posted Tue October 22, 2019 02:45 PM

    @csl229

     

    This error is very varied.

    In my project, I was using vendor WSDL, but to no avail. I resolved by using NATIVE JAVA classes, which I found for my need to solve.

    If you can detail your need further I can see if I help you with something.

     

    @ojomenezes

    ojomenezes