SoapMessage

Wrapper around a soap message.

Constructors

this
this(string inputName, string outputName)

Creates a new soap message.

Members

Functions

addInputParameter
void addInputParameter(string name, string type)

Adds an input parameter to the message.

Properties

input
SoapParameter[] input [@property getter]

Gets the input parameters.

inputName
string inputName [@property getter]

Gets the input name.

output
SoapParameter output [@property getter]

Gets the output parameter.

output
SoapParameter output [@property setter]

Sets the output parameter.

outputName
string outputName [@property getter]

Gets the output name.

Meta