Hello!
I have a demand for my WebServiceProxy service where I am supposed to redirect a call to one of backends using XSLT and an ID from HTTP header.
I also have a loadBalancerGroup where server1 and server2 are included as members. LoadBalancer is operational.
Scenario:
- DataPower WSP receives a request with additional parameter in HTTP header "client-id"
- XSLT script is supposed to read the header part and decide to what backend server it should be redirected.
- If even -> server1, if odd -> server2.
- In case of even and server1 is not operational, it should be sent to server2 instead.
I do understand how to read HTTP header and how to set route.
What I do not understand is how could I check DataPower LoadBalancer group members status.
Is there a way to check that using xslt?
#DataPower#Support#SupportMigration