Changes

Jump to: navigation, search

Web Services Example - queryReport

153 bytes removed, 14:44, 6 February 2015
m
edit formatting
This example applies to the following:
* SmartSimple site: https://smart.smartsimple.com* Web Service User: user@smartsimple.com* Web Service Password: password
==Sample #1==* Endpoint: https://smart.smartsimple.com/WS/services/UtaUpdate* Action: http://uta.WS.SmartSimple2.com/queryReport* ReportID: 12345(Note: Report 12345 does not prompt for dynamic run-time criteria)
<soapenv:Envelope xmlnsEnvelopexmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:uta="http://uta.WS.SmartSimple2.com"> <soapenv:Header/> <soapenv:Body> <uta:queryReport> <uta:alias>smart</uta:alias> <uta:username>user@smartsimple.com</uta:username> <uta:password>password</uta:password> <uta:reportid>12345</uta:reportid> <!--Optional:--> <uta:criteria></uta:criteria> </uta:queryReport> </soapenv:Body></soapenv:Envelope>
==Sample #2==
* Endpoint: https://smart.smartsimple.com/WS/services/UtaUpdate
* Action: http://uta.WS.SmartSimple2.com/queryReport
* ReportID: 12345 (Note: Report 12345 does not prompt for dynamic run-time criteria)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:uta="http://uta.WS.SmartSimple2.com">
<soapenv:Header/>
<soapenv:Body>
<uta:queryReport>
<uta:alias>smart</uta:alias>
<uta:username>user@smartsimple.com</uta:username>
<uta:password>password</uta:password>
<uta:reportid>12345</uta:reportid>
<!--Optional:-->
<uta:criteria>$$column 1 = "criteria 1" and column 2 = "criteria 2"</uta:criteria>
</uta:queryReport>
</soapenv:Body>
</soapenv:Envelope>
==Sample #23==* Endpoint: https://smart.smartsimple.com/WS/services/UtaUpdate* Action: http://uta.WS.SmartSimple2.com/queryReport* ReportID: 1234567890 (Note: Report 12345 does not prompt 67890 prompts for dynamic run-time criteria)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:uta="http://uta.WS.SmartSimple2.com"> <soapenv:Header/> <soapenv:Body> <uta:queryReport> <uta:alias>smart</uta:alias> <uta:username>user@smartsimple.com</uta:username> <uta:password>password</uta:password> <uta:reportid>12345</uta:reportid> <!--Optional:--> <uta:criteria>$$column 1 = "criteria 1" and column 2 = "criteria 2"</uta:criteria> </uta:queryReport> </soapenv:Body></soapenv:Envelope>   Sample #3Endpoint: https://smart.smartsimple.com/WS/services/UtaUpdateAction: http://uta.WS.SmartSimple2.com/queryReportReportID: 67890Note: Report 67890 prompts for dynamic run-time criteria <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:uta="http://uta.WS.SmartSimple2.com"> <soapenv:Header/> <soapenv:Body> <uta:queryReport> <uta:alias>smart</uta:alias> <uta:username>user@smartsimple.com</uta:username> <uta:password>password</uta:password> <uta:reportid>67890</uta:reportid> <!--Optional:--> <uta:criteria>criteria 1;;criteria 2</uta:criteria> </uta:queryReport> </soapenv:Body></soapenv:Envelope>
[[Category:Web Services]]
Smartstaff, administrator
686
edits

Navigation menu