Saving results from the Query widget to a database via a web service

184
1
10-13-2017 07:02 AM
SteveAtherton
New Contributor

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.

0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus

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.

0 Kudos