We have Category with 5 fields and I want to use Searchservice.svc SOAP to search Category field value.
Example: I want to search for all projects where category value is "001" using SOAP request.
I was able to narrow down my Where1 query to OTSubType = 202 but I also want to add second parameter by Category listed above (see below).
ssr.ResultSetSpec = @where1=("OTSubType"":202+""Attr_4071_3"":""001"")";
Listed query does not return any result, and I know it should return 1 result.
Thank you inadvance for your help,