> - Problem with servlet engine config file: /WEB-INF/server-config.wsdd >
This is not an error message, you don't need a wsdd file for Axis to work with jws files. Message is indeed confusing. > > again I tried to view the sample by opening my browser and going to the > site: http://127.0.0.1:8080/axis/EchoHeaders.jws > > doing so give me no error on standard out but for the webpage I get: > AXIS error > No service is available at this URL If you want the wsdl output the Url is: http://127.0.0.1:8080/axis/EchoHeaders.jws?wsdl There is no webpage at http://127.0.0.1:8080/axis/EchoHeaders.jws You need a soap-client to use the service, not a browser. Note that you often only see a blank page when viewing the wsdl, but the wsdl is still there and you can see it with View Source of the browser. I think Axis could use a 'getting started' FAQ, what would be the best way to do this? Open a bugzilla item? ArentJan
