Methods
guid() → {string}
Generate GUID
Returns:
- Type
- string
linerase(xml) → {object}
Parse SOAP object to pretty JS-object
Parameters:
| Name | Type | Description |
|---|---|---|
xml |
object |
Returns:
- Type
- object
parseSOAPString(xml, callback)
Parse SOAP response
Parameters:
| Name | Type | Description |
|---|---|---|
xml |
string | |
callback |
ParseSOAPStringCallback |
Type Definitions
ParseSOAPStringCallback()
Properties:
| Name | Type | Attributes | Description |
|---|---|---|---|
error |
Error |
<nullable> |
|
SOAP |
object | response | |
raw |
string | XML |