parseWsdl

Parses a wsdl document into a d module.

package
void
parseWsdl
(
string name
,
string wsdl
,
XmlDocument document
,
string moduleName
)

Parameters

name string

The name of the service.

wsdl string

The path to the wsdl file.

document XmlDocument

The wsdl document.

moduleName string

The name of the resulting d module.

Meta