This section contains the request and response format for the Report List Web Service.
Request
The following sample shows the request format for the Report List Web Service:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:par="parameters.omgmt.ca.com">
<soapenv:Header/>
<soapenv:Body>
<par:OmReportSelectionParameter>
<userid>user999</userid>
<repository>view999</repository>
<returnas>vector</returnas>
The following fields are available on this
<!--1 or more repetitions:-->
<item>RID</item>
<item>DOC_TYPE</item>
<item>SOURCE</item>
<item>USERDATA</item>
<item>RPT_DESC</item>
<item>ARCDATE</item>
<item>ARCTIME</item>
</fields>
<selectioncriteria>
<!--1 or more repetitions:-->
<omReportSelectionItem>
<name>USERDATA</name>
<value>*</value>
</omReportSelectionItem>
</selectioncriteria>
<password>password999</password>
</par:OmReportSelectionParameter>
</soapenv:Body>
</soapenv:Envelope>
Response
The following sample shows the response format for the Report 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>AUTOMOBILE</item>
<item>DVS</item>
<item>VIEWRPTB</item>
<item></item>
<item></item>
<item>7/19/01</item>
<item>13:48:35</item>
</array>
<array>
<item>BABYLON5JPG</item>
<item>.JPG</item>
<item>VIEWRPTB</item>
<item></item>
<item>FROM PC VIA LPR/LPD</item>
<item>4/23/02</item>
<item>10:7:24</item>
</array>
<array>
<item>BOB</item>
<item>DVS</item>
<item>VIEWRPTB</item>
<item></item>
<item></item>
<item>2/23/01</item>
<item>13:10:55</item>
</array>
</vector>
</ns1:OmResponse>
</soapenv:Body>
</soapenv:Envelope>
|
Copyright © 2013 CA.
All rights reserved.
|
|