Hi!
I have a business service with 4 URIs for Load Balancing (with round robin), we have 4 nodes.
http://node1/WS
http://node2/WS
http://node3/WS
http://node4/WS
I need to modify the endpoints on run time, depends on the scenario, I need to remove one or more endpoints.
I tried to change the URI with routing options but I couldn“t figure out how to set it for more than one endpoint.
Is there a way to acheive this?
Thanks
Julian