Wondering what my options were for creating data on the server from a flex application? I'm aware of the editing capabilities with the feature layer, but don't need spatial data. Basically I need to save the date/time/userid when users log in to the site. I am running IIS. Thanks for any suggestions!
You can use FeatureLayer.applyEdits() against a table published in your feature service. If you don't want to do this then you can create a custom service using JSP, PHP, etc. and call that from Flex using HttpService, WebService or RemoteObject.