go-xml icon indicating copy to clipboard operation
go-xml copied to clipboard

WSDL with multiple services only returns one.

Open daroot opened this issue 6 years ago • 0 comments

A WSDL can define multiple related services in a single definition, but wsdlgen will only output the last one to appear in the file.

It might be nice to alter wsdl.Parse to return a slice of Definitions instead of a single one and then have wsdlgen create clients for each service. Or at least a single client with appropriate methods calling the right services for each port.

daroot avatar Jun 26 '18 19:06 daroot