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

Method SetRequestXmlNamespace

Sets XML Namespace

Usage

Function SetRequestXmlNamespace(
    String Prefix,
    String Ns
)

Parameters

Prefix

Type: String

The Prefix of the XML Namespace

Ns

Type: String

The new Namespace to set

Returns

No return value

Example

VBScript

Server("API Server").Method("CreateBooks").SetRequestXmlNamespace "a", "http://schemas.microsoft.com/Serialization/Arrays"

JavaScript

Server("API Server").Method("CreateBooks").SetRequestXmlNamespace("a", "http://schemas.microsoft.com/Serialization/Arrays");

Documentation Categories

ZAPTEST

FARM

LOAD