on 12-Mar-2015 15:20
Problem this snippet solves:
This example perl scripts shows how to write a monitor for performing health checks against a .NET SOAP service.
The inbuilt SOAP check within the Big-IP LTM v9.x does not set "SOAPAction" in the HTTP header request. The check against the service then fails regardless.
HTTP Header Sample:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.42)
Content-Type: text/xml; charset=utf-8
SOAPAction: "https://www.website.com.au/HealthCheck"
This is an example only, and the script will need to be modified to suit your needs.
Code :
# no snippet yet