Expected result
Location should resolve to https://localhost:8083/invoices/search/between Actual result
Location resolves to null/invoices/search/between
As per the documentation I also tried to add the following in the MoquiConf.xml:
Yes indeed this one seems to work, thank you! I think I also tried this one but I was having trouble with the quotes, could not escape them inside xml. Your solution with single quote ' works, also double quote using " seems to work.
The placeholders in a service location are resolved from the service’s input parameters, You just need to pass the value (of ANAF_CONNECTOR_BASE_URL) when calling the service, and it should resolve correctly.