The following standard .mxml snippet has inspector saying mx:method invalid, I am using 7.0.3 IJ and the latest flexbuilder download
<mx:RemoteObject id="authServ" destination="authenticationService"> <mx:method name="resetUser" result="resetUserResultsHandler(event)" fault="faultHandler(event)"/> </mx:RemoteObject>