ESRI.ArcGIS.ADF.ArcGISServer
ESRI.ArcGIS.ADF.ArcGISServer Assembly
See Also  Send Feedback

The ESRI.ArcGIS.ADF.ArcGISServer assembly contains classes for working with ArcGIS services via SOAP over HTTP and SOAP over DCOM.  SOAP Web service proxy and value object classes have been pre-created for all ArcGIS Server services that support a SOAP interface.  For detailed assistance on the ArcGIS Server SOAP API see the SOAP SDK on the ArcGIS Server resource center for more information.  

A set of DCOM proxy classes extend the SOAP Web service proxy classes to support working with ArcGIS Server services locally using SOAP.  In essence, DCOM proxies use ArcObjects COM proxies to communicate with ArcGIS Server server objects (services) over DCOM.  SOAP messages are injected directly into the server object or extension, which subsequently generates a SOAP response.   Note, asynchronous methods on the DCOM proxy classes are not supported.

Note:  The proxy classes in this library support ArcGIS Server 10.0 functionality.  Internet connections to more recent ArcGIS Server versions are support, but new functionality is not accessible.  Local (DCOM) connections are only supported for ArcGIS Server versions prior to 10.1.        

Namespaces

NamespaceDescription
ESRI.ArcGIS.ADF.ArcGISServerThe ESRI.ArcGIS.ADF.ArcGISServer namespace contains classes for working with ArcObjects on the GIS server. Most of these classes are proxy classes derived from the ArcGIS Server Web services. Also included is the Converter utility class, for converting between .NET value objects and COM objects, and for serializing and deserializing objects.
© 2011 All Rights Reserved.