Oracle WebCenter Content (MOSC)

MOSC Banner

Hi Experts, Can you let me know the how this below SOAP Parameter to be transformed in the Groovy sc

edited Aug 25, 2020 1:03PM in Oracle WebCenter Content (MOSC) 2 commentsAnswered

We are able to retrieve the content details from webcenter from SOAP, but when the same is passed in as _text in Groovy scripts it is not retrieving the content details

<ns1:Field name="QueryText">dDocTitle &lt;starts&gt; `Resource1.csv`&lt;AND&gt; dDocCreatedDate &gt; `8/23/20`&lt;AND&gt; dDocCreatedDate &lt; `8/24/20`</ns1:Field>

SOAP REQUEST

~~~~~~~~~~~~~

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body xmlns:ns1="http://www.oracle.com/UCM">

<ns1:GenericRequest webKey="cs">

<ns1:Service IdcService="GET_SEARCH_RESULTS">

<ns1:Document>

<ns1:Field name="QueryText">dDocTitle &lt;starts&gt; `Resource1.csv`&lt;AND&gt; dDocCreatedDate &gt; `8/23/20`&lt;AND&gt; dDocCreatedDate &lt; `8/24/20`</ns1:Field>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center