Working with GeodataServer


About working with GeodataServer

The capabilities of an ArcGIS for Server geodata service using the SOAP application programming interface (API) are defined by the GeoDataServerBindingStub class methods. These methods initiate stateless requests to a geodata service and return results. The capabilities of GeodataServerBindingStub mirror the stateless ArcObjects interface implemented by the geodata server object IGeoDataServer. The GeodataServerBindingStub class is in the com.esri.arcgisws package (arcgis_agsws_stub.jar).
Two important differences between the SOAP proxy and ArcObjects Component Object Model (COM) proxies are as follows:


See Also:

GeodataServer object