Dear All, I have XML contains subscriber number :
<API><Subno>123</Subno></API> We are having number ranges to send http request to one of three servers. 100-->200 Loadbalancer A. 200-->300 Loadbalancer B. 300-->400 Loadbalancer C. How to implement that in simple language ? I need to decide based on the subno coming inside the XML , value should be compared to lower and upper value in the range . Appreciate your feedback, Thanks, Omar Atia