Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
SOAP API call, get report listing

I am trying to call our Oracle BI SOAP APIs to get a directory listing. I can call the web service but it will only return the folders and not the reports. I have read the documentation but cannot determine the parameters to use.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v6="urn://oracle.bi.webservices/v6">
<soapenv:Header/>
<soapenv:Body>
<v6:getSubItems>
<v6:path>/shared/Testing</v6:path>
<v6:mask>*</v6:mask>
<v6:resolveLinks>TRUE</v6:resolveLinks>
<v6:options>
<v6:filter>
<!--Zero or more repetitions:-->
<v6:itemInfoFilters>
<v6:name></v6:name>
<v6:value></v6:value>
</v6:itemInfoFilters>
<v6:dummy>*</v6:dummy>
</v6:filter>
<v6:includeACL>FALSE</v6:includeACL>
<v6:withPermission>*</v6:withPermission>
<v6:withPermissionMask>*</v6:withPermissionMask>
<v6:withAttributes>*</v6:withAttributes>
<v6:withAttributesMask>*</v6:withAttributesMask>
</v6:options>
<v6:sessionID>*********************************************</v6:sessionID>
</v6:getSubItems>
</soapenv:Body>
</soapenv:Envelope>