0
votes

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?

1

1 Answers

1
votes

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