Forum Discussion
Logan_Ramirez_5
Nimbostratus
Oct 31, 2008soap monitor failing
i have a soap monitor setup on v9.3.1build58.0
monitor web_monitor_soap {
defaults from soap
method "IsServerWorking"
namespace "http://tempuri.org/"
param type "bool"
protocol "http"
return type "bool"
return value "true"
urlpath "/verifyserverstate/serverfunctions.asmx"
}
and am pointing it to a pool member on :80, but the member is flagged down.
From capturing the frames, it appears the SOAPACTION information is missing from the header:
POST /verifyserverstate/serverfunctions.asmx HTTP/1.1
Host: 192.168.1.46
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction:
Where it should look like:
POST /verifyserverstate/serverfunctions.asmx HTTP/1.1
Host: 192.168.1.46
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/IsServerWorking"
Any thoughts on why that SOAPAction value is missing in the request from the f5?
- dce3435_21095
Nimbostratus
I also have the same problem, the soapaction is missing, our F5 is using easysoap 0.6 and it is trying to talk to a .net web service using soap 1.1 - Marius_Frankows
Nimbostratus
Hi, - hoolio
Cirrostratus
I'd suggest opening a case with F5 Support on this to find out more. - npmaslow_68104Historic F5 AccountThere is currently a known issue CR78000 that the SOAP action parameter is not supported in the 9.x software.
- hoolio
Cirrostratus
Thanks for the info. It seems quite strange that bigd would strip one specific header from the request send string. Did F5 Support give any background on the issue?
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects