Global

Methods

guid() → {string}

Generate GUID
Source:
Returns:
Type
string

linerase(xml) → {object}

Parse SOAP object to pretty JS-object
Parameters:
Name Type Description
xml object
Source:
Returns:
Type
object

matchXAddr(xaddrs, address)

Try to find the most suitable record Now it is simple ip match
Parameters:
Name Type Description
xaddrs Array.<Url>
address string
Source:

parseSOAPString(xml, callback)

Parse SOAP response
Parameters:
Name Type Description
xml string
callback ParseSOAPStringCallback
statusCode. number This is passed in so it can be passed back out to the callback
Source:

Type Definitions

ParseSOAPStringCallback()

Properties:
Name Type Attributes Description
error Error <nullable>
SOAP object response
raw string XML
HTTP number Status Code
Source: