Usecase:
Here, we will see how to invoke an OTBI report webservice using SOAP UI Tool.
OTBI webservice:
https://<fusion_instance/analytics-ws/saw.dll/wsdl/v12?wsdl
Steps to follow:
- Open soap ui tool and create a soap project using the above otbi wsdl.
- Open SAWSessionService >> logon operation >> provide logon user name and password >> it will give session id as output.
- Open XMLViewService >> choose executeXMLQuery operation >> provide following information as input:
- Session id , which we received from previous step.
- Variable name value pair if any parameter to pass
- Report path : which we will get form the report >> more >> properties >> Location and name. For example if location: /shared/Custom and name: XXOTBIMultiParam then report path will be : shared/Custom/XXOTBIMultiParam
- We get the ouput in CDATA xml format
Detailed screenshots:
Reference:
No comments:
Post a Comment