jbossws web服务端点
我使用自上而下的方法开发了一个简单的Web服务实现,创建了一个war并部署在jboss4.2.2GA中,在windows环境中。
我可以在 http://localhost:8080/jbossws/services。但是当我单击端点超链接时,我无法查看 wsdl 页面。
这是预期的行为吗?无论如何,我可以看到通过注册的 Web 服务端点超链接进行导航的 wsdl 页面吗?
提前致谢
I have developed a simple webservice implementation using top-down approach, created a war and deployed in jboss4.2.2GA, in windows environment.
I am able to see my webservice having registered end point, in http://localhost:8080/jbossws/services. But when i click on the endpoint hyperlink, I am not able to view the wsdl page.
Is it expected behaviour? Is there anyway, i can see the wsdl page on navigating through registered webservice endpoint hyperlink?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
单击链接时是否看到空白页?您可能需要查看页面源代码才能看到实际的 WSDL 内容。我认为 IE 会默认显示 WSDL,但 Firefox 和 Chrome 不会。
Are you seeing a blank page when you click the link? You might need to view the page source to see the actual WSDL content. I think IE will display the WSDL by default, but Firefox and Chrome will not.