0 Replies Latest reply on Dec 19, 2002 9:17 AM by jpzwarte

    Problem running Websphere developed web service

    jpzwarte

      I'm trying to deploy a webservice (EJB-frontend) developed with IBM Websphere Application Developer. I've exported the EAR from Websphere and copied to JBoss' deploy directory. The EJB's and WAR are deployed correctly. However, when i try to run the testclient generated by websphere (http://localhost/myproject/sample/Demo/TestClient.jsp), i see a SOAPException in the JBoss console. This exception happens in the Result frame of the test client.

      16:16:37,407 ERROR [Engine] ----- Root Cause -----
      javax.servlet.ServletException: org/apache/soap/SOAPException
      at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:497)
      at org.apache.jsp.Result_jsp._jspService(Result_jsp.java:250)
      at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:136)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
      at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:204)

      etc. The same exceptions are thrown when i try to call a method of the webservice/ejb.

      Can anyone tell me why this is happening and what i'm missing here?

      Thanks,

      Jeroen