Packagecom.esri.aws.services
Classpublic class BaseArcWebService
ImplementsIArcWebService

BaseArcWebService is an abstract base class for any service that will use ArcWeb Services



Public Properties
 PropertyDefined by
  authentication : IAuthenticationUtil
[write-only] An instance of the Authentication Service.
BaseArcWebService
Protected Properties
 PropertyDefined by
  m_webService : WebService
The web service to use.
BaseArcWebService
Public Methods
 MethodDefined by
  
BaseArcWebService(useHTTPS:Boolean, arcwebHost:String, arcwebService:String, soapVersion:String = "v2006_1")
Creates a new BaseArcWebService.
BaseArcWebService
Protected Methods
 MethodDefined by
  
Call the web service.
BaseArcWebService
Property detail
authenticationproperty
authentication:IAuthenticationUtil  [write-only]

An instance of the Authentication Service.

Implementation
    public function set authentication(value:IAuthenticationUtil):void
m_webServiceproperty 
protected var m_webService:WebService

The web service to use.

Constructor detail
BaseArcWebService()constructor
public function BaseArcWebService(useHTTPS:Boolean, arcwebHost:String, arcwebService:String, soapVersion:String = "v2006_1")

Creates a new BaseArcWebService.

Parameters
useHTTPS:Boolean — will this service use HTTPS
 
arcwebHost:String — the host name for the service (i.e., www.arcwebservices.com)
 
arcwebService:String — the service name to call
 
soapVersion:String (default = "v2006_1")
Method detail
execute()method
protected function execute(responder:ArcWebServiceResponder):void

Call the web service.

Parameters
responder:ArcWebServiceResponder — the responder to call on result/fault