Skip to content

Instantly share code, notes, and snippets.

@raj-arun
Created September 22, 2019 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raj-arun/0790c191156831bac6a3a3d32b669f64 to your computer and use it in GitHub Desktop.
Save raj-arun/0790c191156831bac6a3a3d32b669f64 to your computer and use it in GitHub Desktop.
Payload file to invoke BI Catalog Webserice
<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