什么是完整的 WSDL 端点 URL [英] What is the full WSDL endpoint url

查看:45
本文介绍了什么是完整的 WSDL 端点 URL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个 wsdl 内容,它显示了如下所示的 Service 元素.

I have a wsdl content which shows the Service element like below.

<service name="CheckIn">
    <port name="CheckInSoap" binding="s0:CheckInSoap">
        <soap:address location="http://10.50.130.93:16200/_dav/cs/idcplg" />
    </port>
</service>

我想从服务器 10.50.130.93 访问 WSDL url,如 http://ip:port/../..?wsdl.我已经尝试过网址 http://10.50.130.93:16200/_dav/cs/idcplg?wsdlhttp://10.50.130.93:16200/_dav/cs/idcplg/CheckIn?wsdl .但是它们都没有显示我期望的 WSDL 内容.所以我的问题是 WSDL 的端点 url 到底是什么?是否有任何理由停止从 url 显示 WSDL ?谢谢.

I want to the access the WSDL url like http://ip:port/../..?wsdl from the server 10.50.130.93. I have tried the url http://10.50.130.93:16200/_dav/cs/idcplg?wsdl and http://10.50.130.93:16200/_dav/cs/idcplg/CheckIn?wsdl . But both them doesn't show the WSDL content I expected. So my question is what exactly the endpoint url of WSDL it is ? Is there any reason stop to display the WSDL from the urls ? Thanks.

推荐答案

假设您的 WSDL 是部署的一部分,请尝试以下操作:

Assuming your WSDL is part of a deployment, try the following:

  • 登录管理控制台
  • 点击部署
  • 找到您的部署
  • 点击测试标签

您应该找到一个包含您的服务的完整 URL 的测试点(如果最初一切设置正确).

You should find a test point with the full URL to your service (if everything was set up correctly initially).

也许更有用的是 上的 Weblogic 文档浏览Web Service的WSDL 具体看contextPath,指的是Web Service的上下文根

Perhaps even more useful is the Weblogic documentation on Browsing to the WSDL of the Web Service Specifically read up on contextPath, which refers to the context root of the Web service

如果您使用的是 Weblogic OSB,请参考:如何在 Web 浏览器中访问 OSB 代理服务的 WSDL URL

If you're using the Weblogic OSB, reference: How to access the WSDL URL of a OSB proxy service in web browser

这篇关于什么是完整的 WSDL 端点 URL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆