osb

How to access the WSDL URL of a OSB proxy service in web browser

你。 提交于 2019-11-28 04:44:49
问题 Does anybody know how to access the WSDL URL of a Oracle Service Bus ? For example, in tomcat, axis2 if a service is deployed I can access the WSDL of it like: http://localhost:8080/services/foo?wsdl How to achieve the same in OSB? P.S.: I have installed OSB in Weblogic . 回答1: You access it the same way. To verify the path to your wsdl, login to the OSB console: http://localhost:7001/sbconsole Click Resource Browser on the left and you should see all of the available proxies you have deployed

Passing username and password to svcutil.exe?

久未见 提交于 2019-11-27 17:49:54
问题 We have OSB services that are currently secured with a username and a password. I get a 401 unauthorized when attempting to generate a service proxy using svcutil. I know you need to set up a svcutil.exe.config file but I cannot find any examples except for one that passes a certificate. Dows anyone know how to send a username and password using svcutil? 回答1: I don't think you can do that. What you can do in this case is either connect to that address in a browser and just download and save