parseMessages

Parses the messages of the wsdl file.

package
void
parseMessages
(
string moduleName
,,
XmlNode root
,
out SoapMessage[string] inputs
,
out SoapMessage[string] outputs
)

Parameters

moduleName string

The name of the module.

typeNames HashSet!string

A hashset of all type names within the wsdl file.

root XmlNode

The root node of the wsdl file.

inputs SoapMessage[string]

The input messages.

outputs SoapMessage[string]

The output messages.

Meta