I've been going thru an ibm.developerworks tutorial and also thru the axis documentation and was able to install and validate installation.
I'm able to bring up: http://localhost:8080/axis/ but when I try the Call link to test EchoHeaders.jws I get the following error:
(windows xp, running tomcat 5.5.17)
http://localhost:8080/axis/EchoHeaders.jws?method=list
(_) Test http://localhost:8080/axis/EchoHeaders.jws?method=list
<soapenv:Envelope>
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>
java.io.FileNotFoundException: C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\axis\WEB-INF\jwsClasses\EchoHeaders.java (Access is denied)
</faultstring>
<detail>
<ns1:hostname>qbal</ns1:hostname>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
http://localhost:8080/axis/EchoHeaders.jws
There is a Web Service here
Click to see the WSDL
Sorry, something seems to have gone wrong... here are the details:
Fault - ; nested exception is:
java.io.FileNotFoundException: C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\axis\WEB-INF\jwsClasses\EchoHeaders.java (Access is denied)
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.io.FileNotFoundException: C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\axis\WEB-INF\jwsClasses\EchoHeaders.java (Access is denied)
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}hostname:qbal
Thanks FOlks!
Paul
Do you Yahoo!?
Get on board. You're invited to try the new Yahoo! Mail.
