| Package | gs.soap |
| Class | public final class SoapCallResult |
See also
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
SoapCallResult(_raw:String)
Constructor for SoapCallResult instances.
| SoapCallResult | ||
|
dispose():void
Dispose of this soap call result.
| SoapCallResult | ||
| body | property |
public var body:XMLThe soap body.
| namespaceProxyURI | property |
namespaceProxyURI:String [write-only]Set the namespace proxy namespace uri.
Implementation public function set namespaceProxyURI(value:String):void
| nspace | property |
public var nspace:NamespaceThe soap namespace.
| nspaceProxy | property |
public var nspaceProxy:XMLNamespaceProxyAn xml namespace proxy that accesses the body object.
| raw | property |
public var raw:StringThe raw request response data.
| xml | property |
public var xml:XMLThe soap response as xml.
| SoapCallResult | () | constructor |
public function SoapCallResult(_raw:String)Constructor for SoapCallResult instances.
Parameters_raw:String — The raw result from a soap service call.
|
| dispose | () | method |
public function dispose():voidDispose of this soap call result.