Hi Experts, Can you let me know the how this below SOAP Parameter to be transformed in the Groovy sc
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 <starts> `Resource1.csv`<AND> dDocCreatedDate > `8/23/20`<AND> dDocCreatedDate < `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 <starts> `Resource1.csv`<AND> dDocCreatedDate > `8/23/20`<AND> dDocCreatedDate < `8/24/20`</ns1:Field>