11 years ago
Beginner SOAP user: Adding Filter to SOAP request
Hello - I am a very very beginner user of SOAP, so sorry for the very basic question. Can someone point me to the syntax for functions supported by SOAP requests? Alternatively if there is some reference document/cheat sheet on the web somewhere, that would be helpful.
I'm trying to limit a SOAP Request to pull data where a certain field (XYZ) is not equal to T.
What works:
I am able to pull = T
<b:XYZ>=T</b:XYZ>
but how do I make it <> T ?
Also how would I do an "IN" criteria? example <b:FirstName> in ('Joe','Mary')</b:FirstName>
I'm trying to limit a SOAP Request to pull data where a certain field (XYZ) is not equal to T.
What works:
I am able to pull = T
<b:XYZ>=T</b:XYZ>
but how do I make it <> T ?
Also how would I do an "IN" criteria? example <b:FirstName> in ('Joe','Mary')</b:FirstName>