Firstly, although I already have tomcat running Citrix NFuse, I'm very new to the whole thing.
I'm attempting to use Tomcat to serve axis for soap communication, and I've run across a problem.
Firstly, happyaxis.jsp appears to be happy: --------------------------------------------------------------------- Examining webapp configuration
Needed Components
Found SAAJ API (javax.xml.soap.SOAPMessage) at /opt/tomcat/webapps/axis/WEB-INF/lib/saaj.jar
Found JAX-RPC API (javax.xml.rpc.Service) at /opt/tomcat/webapps/axis/WEB-INF/lib/jaxrpc.jar
Found Apache-Axis (org.apache.axis.transport.http.AxisServlet) at /opt/tomcat/webapps/axis/WEB-INF/lib/axis.jar
Found Jakarta-Commons Discovery (org.apache.commons.discovery.Resource) at /opt/tomcat/webapps/axis/WEB-INF/lib/commons-discovery.jar
Found Jakarta-Commons Logging (org.apache.commons.logging.Log) at /opt/tomcat/webapps/axis/WEB-INF/lib/commons-logging.jar
Found Log4j (org.apache.log4j.Layout) at /opt/tomcat/webapps/axis/WEB-INF/lib/log4j-1.2.8.jar
Found IBM's WSDL4Java (com.ibm.wsdl.factory.WSDLFactoryImpl) at /opt/tomcat/webapps/axis/WEB-INF/lib/wsdl4j.jar
Found JAXP implementation (javax.xml.parsers.SAXParserFactory) at an unknown location
Found Activation API (javax.activation.DataHandler) at /usr/share/tomcat/lib/activation.jar
Optional Components
Found Mail API (javax.mail.internet.MimeMessage) at /usr/share/tomcat/lib/mail.jar
Warning: could not find class org.apache.xml.security.Init from file xmlsec.jar
XML Security is not supported
See http://xml.apache.org/security/
Found Java Secure Socket Extension (javax.net.ssl.SSLSocketFactory) at an unknown location
The core axis libraries are present. 1 optional axis library is missing
-------------------------------------------------------------------
Version?method=getVersion also looks fine:
-------------------------------------------------
<soapenv:Envelope>
-
<soapenv:Body>
-
<getVersionResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-
<getVersionReturn xsi:type="xsd:string">
Apache Axis version: 1.1
Built on Jun 13, 2003 (09:19:43 EDT)
</getVersionReturn>
</getVersionResponse>
</soapenv:Body>
</soapenv:Envelope>
-------------------------------------------------------------
My problem arises when I attempt to run the jws files such as /axis/EchoHeaders.jws?method=list
It appears that Tomcat is not recognising that it needs to process these files, and instead just prints its content. Forgive me if this is a simple and very stupid problem - as I said, I'm new to this so I'm just running through all the tests.
Thanks in advance for any help.
-----------------------------------------------------------------------------------------------------------------
Speak when you are angry--and you will make the best speech you'll ever regret.
Laurence J. Peter (1919 - 1988)
_________________________________________________________________
Tired of slow downloads and busy signals? Get a high-speed Internet connection! Comparison-shop your local high-speed providers here. https://broadband.msn.com
