Search code examples
javaeclipseweb-servicestomcatjax-ws

404 Nicht gefunden: Invalid Request jax ws web service


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?


Solution

  • The error described above means "404 not found: Invalid Request" check if the URL of the WebService you are requesting is correct.