Using query syntax

As shown in the example above, Service Manager supports queries using a special query syntax with special characters such as # ("starts with"), or relational operators such as > or < preceding an actual data value. With Web Services this syntax is available for string data as well. If the field is of a type other than string (for example an integer or dateTime type) and you are using a strongly typed programming language such as Java or C# to write your client code, you will not be able to leverage this feature, since the special characters would not be acceptable data types for these fields. To generate queries with this syntax on all types of fields, fill in the query=”xxx” section as shown below.