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.
在实现 SOAP Web 服务访问时,我发现一些教程中有一个 wsdl 文件。当没有添加第三方库时,我必须在哪个文件夹中创建 wsdl 文件。
您可以通过请求 URL 查看已部署服务的 WSDL 文件
例如,
http://localhost:8080/helloservice/hello?wsdl
所以基本上
http://<your-web-service-url>?wsdl
应该管用