Hi, I have no problems to call a SOAP endpoint, but when I try to call
http://herkules:8080/axis/EchoHeaders.jws?method=list I'm getting this: <?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.io.FileNotFoundException: /opt/jakarta/tomcat/webapps/axis/WEB-INF/jwsClasses/EchoHeaders.java (No such file or directory)</faultstring> <detail /> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> The directory structure is default! thanks for any help andreas