I'm having the same problem. If I access the "find tool" directly from the REST url, it almost works. The result information I get is:# results: 1
59957S44858
Feature ID: -1
Field Name: Grid Number
Layer: Pole
It doesn't return a proper Feature ID, any of the attributes, or the geometry (even though it was requested.)Next, if I add "&f=json" to the end of the request to get a JSON response, the response I get is: {"error":{"code":500,"message":"Object reference not set to an instance of an object.","details":[]}}.
There definitely seems to be something wrong on the server side here. Has anybody been able to resolve this issue? For some reason everything works on the ESRI sample map services.