You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Passing multiple data filters through ICS in soap adapter

Received Response
25
Views
5
Comments
edited Mar 22, 2018 7:00AM in Integration 5 comments

Summary

Passing multiple data filters through ICS in soap adapter

Content

In ICS we want to the find the contact with multiple parameters using soap adapter. We are not able to map the below sample request to soap adapter in ICS

 

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/crmCommon/salesParties/contactService/types/" xmlns:typ1="http://xmlns.oracle.com/adf/svc/types/">

  <soapenv:Header/>

  <soapenv:Body>

    <typ:findContact>

      <typ:findCriteria>

        <typ1:fetchStart>0</typ1:fetchStart>

        <typ1:fetchSize>-1</typ1:fetchSize>

        <typ1:filter>

          <typ1:group>

            <typ1:conjunction>Or</typ1:conjunction>

            <typ1:upperCaseCompare></typ1:upperCaseCompare>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!