Get your 6-month No-Cost Opt-Out offer for Unlimited software automation!

Method GetRequestXmlNamespace

Gets XML Namespace

Usage

Function GetRequestXmlNamespace(
  String Prefix,
  Boolean Report [Optional]
)

Parameters

Prefix

Type: String

The Prefix of the XML Namespace

Report (optional)

Type: Boolean

Default Value: False

Generate report for this step

Returns

XML Namespace or Empty string

Example

VBScript

msgbox Server("API Server").Method("CreateBooks").GetRequestXmlNamespace("a", True)

JavaScript

alert(Server("API Server").Method("CreateBooks").GetRequestXmlNamespace("a", true));

Documentation Categories

ZAPTEST

FARM

LOAD