newtosoap12
12 years agoNew Contributor
Using operators in SOAP requests
Hi,
My ask is to get a set of terms that do not have a particular attribute in the response. Is it possible to use something like "Does not contain" or "Not equal to" in SOAP request. A sample request is given below, have highlighted the row to which i want to add a logical/arithmetic operator.
<soapenv:Header/>
<soapenv:Body>
<sym:GetAListOfTerms>
<sym:catalogIdentifier>Problems</sym:catalogIdentifier>
<sym:searchFilters>
<sym:NameValueItem>
<sym:ItemName>AttributeABC</sym:ItemName>
<sym:ItemValue>*</sym:ItemValue>
</sym:NameValueItem>
</sym:searchFilters>
<sym:pageIndex>1</sym:pageIndex>
<sym:maxResults>100</sym:maxResults>
</sym:GetAListOfTerms>
</soapenv:Body>
</soapenv:Envelope>
My ask is to get a set of terms that do not have a particular attribute in the response. Is it possible to use something like "Does not contain" or "Not equal to" in SOAP request. A sample request is given below, have highlighted the row to which i want to add a logical/arithmetic operator.
<soapenv:Header/>
<soapenv:Body>
<sym:GetAListOfTerms>
<sym:catalogIdentifier>Problems</sym:catalogIdentifier>
<sym:searchFilters>
<sym:NameValueItem>
<sym:ItemName>AttributeABC</sym:ItemName>
<sym:ItemValue>*</sym:ItemValue>
</sym:NameValueItem>
</sym:searchFilters>
<sym:pageIndex>1</sym:pageIndex>
<sym:maxResults>100</sym:maxResults>
</sym:GetAListOfTerms>
</soapenv:Body>
</soapenv:Envelope>