Net Soap Check
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
Published Mar 12, 2015
Version 1.0Ev-_28244
Nimbostratus
Joined August 08, 2007
Ev-_28244
Nimbostratus
Joined August 08, 2007
No CommentsBe the first to comment