0

I'm trying to create a jax-ws client for a service built some time ago. While I creating the client (using myecplise's ws-client creation tool) I'm getting a error that halt the creation of ws client the error was:

AXIS error
No service is available at this URL

I'm not familiar with webservices, I just configured it on myecplise and added the context path to the tomcat's config file (server.xml). Also since the written service is an old one I'm not sure about the url.

Thanks.

1 Answer 1

1

The error message says that your URL is wrong. Try a different one. See the Axis docs for some examples what it might look like. Check some code which uses the service and check the config files of the server on which your service runs.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.