This section contains the request and response format for the Index List Web Service.
Request
The following sample shows the request format for the Index List Web Service:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:par="parameters.omgmt.ca.com">
<soapenv:Header/>
<soapenv:Body>
<par:OmIndexListParameter>
<indextype>CROSSREPORTNAMES</indextype>
<password>password999</password>
<repository>view999</repository>
<returnas>stringarray</returnas>
<selectioncriteria>
<!--1 or more repetitions:-->
<omReportSelectionItem>
<name>RID</name>
<value>A*</value>
</omReportSelectionItem>
</selectioncriteria>
<userid>user999</userid>
</par:OmIndexListParameter>
</soapenv:Body>
</soapenv:Envelope>
Response
The following sample shows the response format for the Index List Web Service:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns1:OmResponse xmlns:ns1="parameters.omgmt.ca.com">
<vector>
<array>
<item>AFPPAGE</item>
<item></item>
<item></item>
<item></item>
<item></item>
<item></item>
<item></item>
<item></item>
<item>ff120fff38120ffea0000000000000000000000000000000000000000000000000000000</item>
<item>AGENT</item>
<item></item>
<item></item>
<item></item>
<item></item>
<item></item>
<item></item>
<item></item>
<item>ff12158dd0120ffea0000000000000000000000000000000000000000000000000000000</item>
</array>
</vector>
</ns1:OmResponse>
</soapenv:Body>
</soapenv:Envelope>
|
Copyright © 2013 CA.
All rights reserved.
|
|