0 Replies Latest reply on Dec 29, 2008 3:31 AM by monster2007

    Problems when setup AXIS

    monster2007

      Hi,

      After setup the AXIS and successfully display the index.jsp
      But when calling the local endpoint, then display
      <?xml version="1.0" encoding="UTF-8" ?>
      - <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      - <soapenv:Body>
      - <soapenv:Fault>
      <faultcode xmlns:ns1="http://xml.apache.org/axis/">ns1:Server.compileError
      Error while compiling: C:\dev\jboss-4.0.4.GA\server\chss_ws\.\deploy\axis-sample-ws.war\WEB-INF\jwsClasses\EchoHeaders.java
      -
      Error compiling C:\dev\jboss-4.0.4.GA\server\chss_ws\.\deploy\axis-sample-ws.war\WEB-INF\jwsClasses\EchoHeaders.java: Line 21, column 26: package javax.servlet.http does not exist Line 92, column -1: cannot find symbol Line 36, column -1: cannot find symbol Line 56, column -1: cannot find symbol Line 94, column -1: cannot find symbol Line 94, column -1: cannot find symbol Line 0, column 0: Note: C:\dev\jboss-4.0.4.GA\server\chss_ws\.\deploy\axis-sample-ws.war\WEB-INF\jwsClasses\EchoHeaders.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 6 errors

      </soapenv:Fault>
      </soapenv:Body>
      </soapenv:Envelope>

      The AXIS was installed under JBOSS with JDK 1.5 and using myEclipse. Is there any setup missing? Many thanks for your help.