Informatica ActiveVOS
- Informatica ActiveVOS 9.2.6
- All Products
<ns:query limit="100" name="Object Query" objectType="contacts" xmlns:ns="http://schemas.active-endpoints.com/appmodules/ screenflow/2011/06/avosHostEnvironment.xsd"> <ns:field>FirstName</ns:field> <ns:field>LastName</ns:field> <ns:id>925cdc8b-f8e5-467e-ad1b-9270afb97b8f</ns:id> <ns:id>b6f0f0b2-9f38-4771-8365-58eb4f7b7d41</ns:id> <ns:id>d75e2a5e-6ae2-44e2-b3df-ea10b6b17d82</ns:id> </ns:query>
<ns:query limit="100" name="Object Query" objectType="contacts" xmlns:ns="http://schemas.active-endpoints.com/appmodules/ screenflow/2011/06/avosHostEnvironment.xsd"> <ns:field>FirstName</ns:field> <ns:field>LastName</ns:field> <ns:name exactMatch='false'>D</ns:name> </ns:query>
<ns:query limit="100" name="Object Query" objectType="contacts" xmlns:ns="http://schemas.active-endpoints.com/appmodules/ screenflow/2011/06/avosHostEnvironment.xsd"> <ns:field>FirstName</ns:field> <ns:field>LastName</ns:field> <ns:where>FirstName like '%B%' and AccountId = 13</ns:where> </ns:query>
<types1:queryResponse name="Object Query" objectType="contacts"> <types1:entry id="925cdc8b-f8e5-467e-ad1b-9270afb97b8f"> <types1:fieldValue name="FirstName">Mark</types1:fieldValue> <types1:fieldValue displayName="true" name="LastName">Ford</types1:fieldValue> </types1:entry> <types1:entry id="b6f0f0b2-9f38-4771-8365-58eb4f7b7d41"> <types1:fieldValue name="FirstName">John</types1:fieldValue> <types1:fieldValue displayName="true" name="LastName">Acme</types1:fieldValue> </types1:entry> <types1:entry id="d75e2a5e-6ae2-44e2-b3df-ea10b6b17d82"> <types1:fieldValue name="FirstName">Joe</types1:fieldValue> <types1:fieldValue displayName="true" name="LastName">Biden</types1:fieldValue> </types1:entry> </types1:queryResponse>