Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to access OBIEE WebCatalog using Webservice

Hi,
I wanted to create an utility using Java, which will invoke OBIEE WebCatalog using webservices. I have WSDL file for OBIEE 12c, but not quite sure about how and from where to start. Could anyone share any documentation/steps by which I can achieve this work ?
Answers
-
Thanks, but actually I wanted to create stub file using WSDL and then I wanted to use them in my Java application.
0 -
Web Service documentation: https://docs.oracle.com/middleware/1221/biee/BIEIT/methods.htm#i1009936
Other than that, you'll want to find a Java forum to ask how to write Java code to invoke web services, unless I misunderstand your question?
0 -
I'm looking for something, which should have steps documented to create stub/proxy file using wsdl file. Do you know any ?
0 -
You can use apache cxf wsdl2java to generate stub/proxy file for you
0 -
I'm not aware of this tool. Is it possible to create JAX-RPC WS proxy client using this tool ?
0 -
Sure it can
0 -
I was unable to create JAX-RPC WS and also found that Apache CXF doesn't have option. Do you know any other way to get this file ?
0 -
You can use MyEclipse webservice tool to generate JAX-RPC WS file
0 -
I'm using JDeveloper. Do you have any other option ?
0