SoapMessageOperation

Wrapper around a soap message operation.

Constructors

this
this(string action, string name, string returnType, string parameters)

Creates a new soap message.

Members

Properties

action
string action [@property getter]

Gets the action.

name
string name [@property getter]

Gets the name.

parameters
string parameters [@property getter]

Gets the parameters.

returnType
string returnType [@property getter]

Gets the return type.

Meta