I'm using ArcGIS Viewer for Flex3.4. This search worked in previous versions but now it does not. I've look at everything I can think and I'm still receiving the following error when running the search: [RPC Fault faultString="Invalid or missing input parameters." faultCode="400" faultDetail=""] I'm sure I'm overlooking something simple but I can't see it. I have other searches against string fields working on the same feature class/rest point. The only difference with this search is that the field is a integer type:
Are you getting your data from an SDE feature class? If so, I think you should refer to the SHAPE.len field as SHAPE.LEN. This is how an SDE field shows up when I investigate its REST properties.
Thank you for the quick response. I did remove the single quotes but I'm still receiving the same error message. I'm sure it's something else I've overlooked.
You will get that error when one of the fields you are specifying in your fields list does not exist. So check the spelling and punctuation of your field names.
Are you getting your data from an SDE feature class? If so, I think you should refer to the SHAPE.len field as SHAPE.LEN. This is how an SDE field shows up when I investigate its REST properties.