We are currently using the ACE 4170 for web service load balancing. However we would like a more robust load balancing probe that would ideally make a web service call via SOAP, analyze the response, and decide on current load for the specified server or at least on health of the specified server for failover.
So far I've been unable to find much documentation on this type of probe. Is there a script available that implements the above via TCL or is does this have to be done via shell scripting and CURL?
Thanks.