在 Websphere Web 控制台界面中哪里可以找到 WSDL
是的,这就是问题所在。
我没有设法在 websphere 控制台中找到 Web 服务端点。但我很确定他们一定在那里,请帮忙。
Yep, that's the question.
I didn't manage to find web service endpoints in websphere console. But I'm pretty sure they must be there, please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
对于 JAX-WS 服务,您可以在两个地方找到它:
并且您也可以通过服务 url 访问它:
http://host:port/context/serviceName?wsdl
For JAX-WS services you can find it in two places:
And you can access it via service url also:
http://host:port/context/serviceName?wsdl
要在管理控制台(对于 WAS 版本 6.1)中查找或设置 Web 服务端点,请转至:
应用程序>企业应用程序>应用程序名称>提供 HTTP 端点 URL 信息
In order to find or set the web service endpoint in administration console(for WAS version 6.1) go to:
Applications>Enterprise Applications>App Name>Provide HTTP endpoint URL information
转到企业应用程序> ->服务提供者(在 Web 服务属性下)>,您将看到 wsdl 文件。
甚至可以找到企业应用程序> >发布 WSDL 文件(位于 Web 服务属性下)
Go to Enterprise Applications > -> Service providers(under Web Service Properties) >, you will see the wsdl file.
even it can be found Enterprise Applications > > Publish WSDL files(its under Web Service Properties)