Created
September 22, 2019 16:57
-
-
Save raj-arun/0790c191156831bac6a3a3d32b669f64 to your computer and use it in GitHub Desktop.
Payload file to invoke BI Catalog Webserice
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://xmlns.oracle.com/oxp/service/v2"> | |
<soapenv:Header/> | |
<soapenv:Body> | |
<v2:getFolderContents> | |
<v2:folderAbsolutePath>/Custom/Demo BI/Common</v2:folderAbsolutePath> | |
<v2:userID>bi_user_name</v2:userID> | |
<v2:password>bi_user_name_password</v2:password> | |
</v2:getFolderContents> | |
</soapenv:Body> | |
</soapenv:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment