Reputation: 3
I wrote a java jax-ws web service. I used this tutorial
After implementation I deployed my web service on my local tomcat. But I only get the following text on the website:
404 Nicht gefunden: Invalid Request
Have anybody a solution for such a problem?
Upvotes: 0
Views: 1661
Reputation: 527
The error described above means "404 not found: Invalid Request" check if the URL of the WebService you are requesting is correct.
Upvotes: 1