0 Replies Latest reply on Mar 14, 2005 2:08 PM by krishna505

    Accessing axis service on JBoss 4.0.1 SP1

    krishna505

      Hi,

      We are planning to upgrade our JBoss AS from 3.2.x to
      4.0.1SP1. We are able to run most of our modules
      deploy in the new JBoss with some configuration and
      code changes. We decided to stick to .NET framework
      for web services and made all required changes
      following the instructions give at URL link?

      http://www.jboss.org/wiki/Wiki.jsp?page=JBoss.NET

      But when we run our web services client class, we are
      getting the following error message. This client runs
      successfully in JBoss 3.2.x.

      ==========================================

      Unexpected Error in method: public abstract
      java.lang.String
      com.our.services.server.OurSoapService.getReportServerCurrentDateTimeStamp()
      throws
      org.apache.axis.AxisFault,java.rmi.RemoteException
      java.lang.NoSuchMethodError:
      org.apache.axis.Message.getSOAPEnvelope()Lorg/apache/axis/message/SOAPEnvelope;
      at
      com.our.services.server.OurSoapServiceBean.(OurSoapServiceBean.java:67)
      at
      sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
      Method)


      ==========================================


      I guess this is an Axis library compatibility issue. I
      made sure that I have current axis.jar and saaj.jar in
      the classpath. But I still see the same error.
      Please help me fix this issue. Thanks very in advance.