In the tool I'm creating, I will be able to migrate data from one item tool to another.
The idea is to be able to do that for multiple customers in the same environment.
In the source tool, each customer has its own url, which is the basurl for API calls.
I have a setup with more than 10 web connections and end points, which I all tested with a fixed URL of one customer.
To make it variable, I save the URL in a configuration table, where I fetch it upon calling the API.
Now Im struggling in how to use the variable as baseURL So I can use a different one for each customer.
- The field base URL is mandatory
- Tried putting only http:// but it complains it can't resolve de URL.
Please help me out here.
(Also, Please don't tell me to use the http connector! I really don't feel like having to rewrite everything.)