I'd like to extend the standard Query widget so the results can be saved to a database via a web service. The web service is already built and operational.
Steve,
You can use the esriRequest class to communicate with your web service but it really needs to be a RESTfull web service and not a SOAP web service.