Automatic address discovery?
carlpett opened this issue · 0 comments
carlpett commented
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?