BaseArcWebService is an abstract base class for any service that will use ArcWeb Services
authentication:IAuthenticationUtil [write-only]
An instance of the Authentication Service.
Implementation
public function set authentication(value:IAuthenticationUtil):void
protected var m_webService:WebService
The web service to use.
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") |
protected function execute(responder:ArcWebServiceResponder):void
Call the web service.
Parameters