Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我写了一个 java jax-ws web 服务。我用了这个教程
实施后,我在本地 tomcat 上部署了我的 Web 服务。但我只在网站上得到以下文字:
404 Nicht gefunden:请求无效
有没有人解决这样的问题?
上面描述的错误意思是“404 not found: Invalid Request”检查你请求的WebService的URL是否正确。