Customer Service | Training | Contact Us
You are here: Home > Downloads > ArcScripts > Search Results > Script Details Login | Feedback | Help

Creating SOAP Web Services with ArcGIS Server



contact author | download help | add bookmark | view bookmarks
Author Jeremiah Lindemann
File Name CreatingSOAPWebServices.zip
Language VB.net
Last Modified Nov 3 2009
Status of work ESRI Attribution and Licensing Agreement
Software ArcGIS Server
File Size 13.3 kb
Downloads 85

ArcScripts is intended for the free exchange of scripts and tools related to ESRI software products. Please alert the moderator if this script is a demo, trial-version, or an advertisement for a retail product.


Summary
This download provides a presentation that will explain the steps needed for creating a SOAP Web Service with ArcGIS Server in Visual Studio. Also included is a sample Visual Studio project with three generic web services you can replicate if you have ArcGIS Server and the Developer Kit installed. The following webservices in the Visual Studio project perform the following

-GetCaliforniaAttributes: Uses a map service (.mxd from the developer kit) to allow the user to enter a x/y location and get back an array of attributes for all layers in the map service

-ReturnGeocodeXY: Uses a geocode service (.loc from the developer kit) to let the user type in an address and get back an x/y location

-GetCountyNameAndAttributes: Uses a empty server context and does not need a map service published. This provided direct access to fine grained arcobjects to look up attributes to data on disk.

Another Visual Studio project is provided that runs a standalone application that makes calls to the above web services to illustrate how clients can make calls to web services you create.