123456789101112131415161718 |
- <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:bus="http://developer.cognos.com/schemas/bibus/3/">
- <SOAP-ENV:Header>
- <bus:biBusHeader xsi:type="bus:biBusHeader">
- <bus:CAF xsi:type="bus:CAF">
- <contextID xsi:type="xsd:string">{{=it.cafContextId}}</contextID>
- </bus:CAF>
- </bus:biBusHeader>
- </SOAP-ENV:Header>
- <SOAP-ENV:Body>
- <cm1:query xmlns:cm1="http://developer.cognos.com/schemas/contentManagerService/1">
- <searchPath xsi:type="xsd:string">{{=it.objectPath}}</searchPath>
- <properties xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:propEnum[]">
- <item xsi:type="bus:propEnum">routingServerGroup</item>
- </properties>
- <options xsi:type="bus:queryOptions"/>
- </cm1:query>
- </SOAP-ENV:Body>
- </SOAP-ENV:Envelope>
|