Working with SOAP Input Payload in Oracle Cloud Fusion HCM
  In this article we will focus on understanding how to use conditions in request payload of SOAP Web Service. In this example, we will use Worker service and operation findWorker to understand the concepts.   Case 1: How to check existence of any field value   Request:          <typ:findWorker>           <typ:findCriteria>              <typ1:fetchStart>0</typ1:fetchStart>              <typ1:fetchSize>-1</typ1:fetchSize>              <typ1:filter>                 <typ1:group>                    <typ1:conjunction>And</typ1:conjunction>                    <typ1:upperCaseCompare>true</typ1:upperCaseCompare>                  ...
 
