Passing multiple data filters through ICS in soap adapter
Summary
Passing multiple data filters through ICS in soap adapterContent
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>