Hi! I have just install Apache Axis 1.2.1 and I got the following when testing the JWS Endpoint,
http://localhost:8080/axis/EchoHeaders.jws?method=list <?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>soapenv:Server.userException</faultcode> <faultstring>java.lang.RuntimeException: No compiler found in your classpath! (you may need to add 'tools.jar')</faultstring> <detail> <ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">EGM4900202DS51N</ns1:hostname> </detail> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> Any idea of what could be the problem?
