WebService

Wrapper around a webservice.

final
static if(isWeb)
class WebService {}

Members

Variables

moduleName
string moduleName;

The module name of the webservice.

name
string name;

The name of the webservice.

wsdl
string wsdl;

The wsdl of the webservice.

Meta