SoapEnvelopeBody

Wrapper around a soap envelope body.

Constructors

this
this(string method)

Creates a new soap envelope body.

Members

Functions

addParameter
void addParameter(string name, string value)

Adds a parameter to the body.

getParameter
SoapEnvelopeParameter getParameter(string name)

Gets a parameter from the body.

Properties

method
string method [@property getter]

Gets the method of the body.

parameters
SoapEnvelopeParameter[] parameters [@property getter]

Gets the parameters of the body.

Meta