Packagegs.soap
Classpublic final class SoapCallResult

The SoapCallResult class wraps soap results and is passed to your onResult handlers.

See also

gs.soap.SoapService


Public Properties
 PropertyDefined by
  body : XML
The soap body.
SoapCallResult
  namespaceProxyURI : String
[write-only] Set the namespace proxy namespace uri.
SoapCallResult
  nspace : Namespace
The soap namespace.
SoapCallResult
  nspaceProxy : XMLNamespaceProxy
An xml namespace proxy that accesses the body object.
SoapCallResult
  raw : String
The raw request response data.
SoapCallResult
  xml : XML
The soap response as xml.
SoapCallResult
Public Methods
 MethodDefined by
  
SoapCallResult(_raw:String)
Constructor for SoapCallResult instances.
SoapCallResult
  
dispose():void
Dispose of this soap call result.
SoapCallResult
Property detail
bodyproperty
public var body:XML

The soap body.

namespaceProxyURIproperty 
namespaceProxyURI:String  [write-only]

Set the namespace proxy namespace uri.

Implementation
    public function set namespaceProxyURI(value:String):void
nspaceproperty 
public var nspace:Namespace

The soap namespace.

nspaceProxyproperty 
public var nspaceProxy:XMLNamespaceProxy

An xml namespace proxy that accesses the body object.

rawproperty 
public var raw:String

The raw request response data.

xmlproperty 
public var xml:XML

The soap response as xml.

Constructor detail
SoapCallResult()constructor
public function SoapCallResult(_raw:String)

Constructor for SoapCallResult instances.

Parameters
_raw:String — The raw result from a soap service call.
Method detail
dispose()method
public function dispose():void

Dispose of this soap call result.