You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 thefindServiceAddress
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?The text was updated successfully, but these errors were encountered: