gowsdl icon indicating copy to clipboard operation
gowsdl copied to clipboard

Automatic address discovery?

Open carlpett opened this issue 3 years ago • 0 comments

The WSDLs I use have a service->port->address section which specifies the address to call. It appears that there's some ground work in place, with the findServiceAddress template function, but it is currently not used. Is this something that is planned?

The easiest way would probably be to just add it as an public package level field, so I could soap.NewClient(myservice.Address), but perhaps there are more sophisticated thing in mind?

carlpett avatar Jul 03 '21 19:07 carlpett