SoapEnvelope

Wrapper around a soap envelope.

Public Imports

diamond.errors.checks
public import diamond.errors.checks;

Members

Functions

toString
string toString()

Transforms the envelope into a properly formatted soap xml entry.

Properties

xmlEncoding
string xmlEncoding [@property getter]

Gets the xml encoding of the envelope

xmlVersion
string xmlVersion [@property getter]

Gets the xml version.

Meta