Oracle WebCenter Content (MOSC)

MOSC Banner

UCM GenericSoapPort GET_SEARCH_RESULTS error

edited Mar 26, 2014 9:35AM in Oracle WebCenter Content (MOSC) 1 commentAnswered ✓

Hello,

    I am trying to make the GET_SEARCH_RESULTS work but keep getting failures, my request is:

<ucm:GenericRequest webKey="cs">
         <ucm:Service IdcService="GET_SEARCH_RESULTS">
            <ucm:Document>
        <ucm:Field name="QueryText">dDocTitle like '%TE%'</ucm:Field>
        <ucm:Field name="resultCount">25</ucm:Field>
        <ucm:Field name="sortField">dDocName</ucm:Field>
        <ucm:Field name="sortOrder">ASC</ucm:Field>
        <ucm:Field name="startRow">1</ucm:Field>
            </ucm:Document>
         </ucm:Service>
      </ucm:GenericRequest>

also tried:

<ucm:GenericRequest webKey="cs">
         <ucm:Service IdcService="GET_SEARCH_RESULTS">
            <ucm:Document>
        <ucm:Field name="QueryText">dDocTitle <substring> 'TE'</ucm:Field>
        <ucm:Field name="resultCount">25</ucm:Field>
        <ucm:Field name="sortField">dDocName</ucm:Field>
        <ucm:Field name="sortOrder">ASC</ucm:Field>
        <ucm:Field name="startRow">1</ucm:Field>
            </ucm:Document>
         </ucm:Service>
      </ucm:GenericRequest>

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