GenericSOAP service for UCM Serach not working
Summary
GenericSOAP service for UCM Serach not workingContent
Hi,
I am trying to Search UCM for specific file and tried multiple option in SOAP message. always i get error: Unable to retrieve search results. The query text is invalid.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ucm="http://www.oracle.com/UCM">
<soapenv:Header/>
<soapenv:Body>
<ucm:GenericRequest webKey="cs">
<ucm:Service IdcService="GET_SEARCH_RESULTS">
<!--Optional:-->
<ucm:User/>
<ucm:Document>
<ucm:Field name="QueryText">dDocTitle <contains> "Taleo"</ucm:Field>
</ucm:Document>
</ucm:Service>
</ucm:GenericRequest>
</soapenv:Body>
</soapenv:Envelope>