如何在 Web 浏览器中访问 OSB 代理服务的 WSDL URL [英] How to access the WSDL URL of a OSB proxy service in web browser

查看:35
本文介绍了如何在 Web 浏览器中访问 OSB 代理服务的 WSDL URL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人知道如何访问 Oracle Service BusWSDL URL 吗?

Does anybody know how to access the WSDL URL of a Oracle Service Bus?

例如,在 tomcat、axis2 中,如果部署了一个服务,我可以像这样访问它的 WSDL:

For example, in tomcat, axis2 if a service is deployed I can access the WSDL of it like:

http://localhost:8080/services/foo?wsdl

如何在 OSB 中实现相同的目标?

P.S.:我已经在 Weblogic 中安装了 OSB.

P.S.: I have installed OSB in Weblogic.

推荐答案

您以相同的方式访问它.要验证 wsdl 的路径,请登录 OSB 控制台:

You access it the same way. To verify the path to your wsdl, login to the OSB console:

http://localhost:7001/sbconsole

单击左侧的资源浏览器,您应该会看到已部署的所有可用代理及其路径.如果您单击其中一个代理,您将看到您的端点 URI:

Click Resource Browser on the left and you should see all of the available proxies you have deployed and their paths. If you click on one of the proxies, you will see your Endpoint URI:

Endpoint URI    /service/test/YourService

如果您在末尾添加 ?WSDL,您应该能够像这样访问您的 WSDL:

If you add ?WSDL onto the end of that, you should be able to access your WSDL like:

http://localhost:7001/service/test/YourService?WSDL

假设您的托管服务器正在使用该端口的本地主机上运行.

Assuming your managed server is running on your localhost with that port.

这篇关于如何在 Web 浏览器中访问 OSB 代理服务的 WSDL URL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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