Hi all,
I am working on Installing and deploying web applications using xml-axis document. I was able to install Axis on
Jboss server and following things worked fine
1.Look for the start page
2.Validate Axis with happyaxis
3.Look for some services
4.Test a
SOAP Endpoint
When I tried the
Test a JWS Endpoint step with the URL
http://localhost:8080/axis/EchoHeaders.jws?method=list , I am getting the fault
I am also not able run the Admin client for the samples/stock example
java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd
Please help.