Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to execute GET_SEARCH_RESULTS via Webservices -UCM

Surya AnbazhaganSep 19 2022

Hi All,

I tried to run a generic SOAP webservices to get the content id from UCM but I am unable to get the response.
WSDL:<hostname>/idcws/GenericSoapPort?wsdl
Error Message:Unable to execute service GET_SEARCH_RESULTS and function getSearchResults.The error was caused by an internally generated issue. The error has been logged.
Response Payload:
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns0:GenericResponse xmlns:ns0="http://www.oracle.com/UCM">
<ns0:Service IdcService="GET_SEARCH_RESULTS">
<ns0:Document>
<ns0:Field name="IdcService">GET_SEARCH_RESULTS</ns0:Field>
<ns0:Field name="localizedForResponse">1</ns0:Field>
<ns0:Field name="dUser">xxxxxx</ns0:Field>
<ns0:Field name="StatusCode">-32</ns0:Field>
<ns0:Field name="StatusMessageKey">!csServiceDataException,GET_SEARCH_RESULTS,getSearchResults!$!csUnprivilegedSystemError</ns0:Field>
<ns0:Field name="StatusMessage">Unable to execute service GET_SEARCH_RESULTS and function getSearchResults.
The error was caused by an internally generated issue. The error has been logged.</ns0:Field>
</ns0:Document>
</ns0:Service>
</ns0:GenericResponse>
</env:Body>
</env:Envelope>

Is anyone of you faced a similar issue?

Thanks.

Comments
Post Details
Added on Sep 19 2022
1 comment
675 views