Web Service Sender Location URI based on configuration map #5356
dfauraz
started this conversation in
Feature/Enhancement Ideas
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The web service sender Location URI is typically changing between DEV and PROD environments.
However, it is not possible to use a velocity template variable in this field, for example "${my-environment-uri}".
The value must be either empty or hard coded. Hard coded is obviously not an option.
If it is empty, the value is derived from the WSDL URL, assuming the service port address location is set correctly in the WSDL of the different environments.
This may be fine in most cases, but not in all cases:
It would be easier just to allow a velocity template variable in Location URI.
Beta Was this translation helpful? Give feedback.
All reactions