使用 JAX-WS for SOAP 的 WSDL 之外的信息?

发布于 2024-12-16 18:07:13 字数 243 浏览 1 评论 0原文

我正在使用 JAX-WS 导出一些 SOAP Web 服务端点。

我知道我可以通过将 ?WSDL 附加到 Web 服务端点来访问 WSDL。 (就像 http://localhost:8888/web_service/test?WSDL

还有其他信息吗?可以通过将东西附加到 URL 来获取吗?

I am using JAX-WS to export some SOAP Web Service Endpoints.

I know I can access the WSDL by appending ?WSDL to the web service endpoint. (Like http://localhost:8888/web_service/test?WSDL

Is there any other information I can get by appending things to the URL?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

仲春光 2024-12-23 18:07:13

如果您查看生成的 WSDL(如果您使用 @WebService 注释),您会发现可以找到带有“?xsd=1”的 XSD。

不过,我不知道这有多标准,也不知道是否存在可能具有与 1 不同的值的情况。

If you have a look at the generated WSDL (if you're using @WebService annotation) you can see that you can find the XSD with "?xsd=1".

I don't know how standard this is, though, and if there are cases where you could have different values than 1.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文