loadSoapDefinition

Loads soap definitions from a wsdl file. The wsdl file can be a physical file or a remote url.

package
void
loadSoapDefinition
(
string name
,
string wsdl
,
string moduleName
)

Parameters

name string

The name of the soap service.

wsdl string

The path to the wsdl.

moduleName string

The name of the resulting service module.

Meta