-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
Problem
Some SOAP api have a staging and a production domain. They sometimes provide only the production wsdl files and hence the developper is responsible to manually change the domain to the correct environment.
Context
The documentation says:
Line 100 in 09a31e4
| - `endpoint` (_string_): Override the host specified by the SOAP service in the WSDL file. |
But this looks incorrect as it seems to override the full endpoint (including the URI part)
It is possible to override the httpClient but doing so is not really convenient
Suggested feature
Add a domain option or a urlHandler that would allow overriding the domain (or the full url, for example, to add a /staging prefix to the uri). The developer would then be able to use this to easily switch between environments.
I'm interested to try to contribute to this change.
Metadata
Metadata
Assignees
Labels
No labels