Forum Discussion
Mark_Scattergoo
Nimbostratus
Feb 02, 2005XML exception when calling ITCMLocalLBVirtualServer.get_virtual_address_list()
I'm writing some iControl code (using iControl 4.6.2) for use against a
540 running 4.5.9 Build 2 and a 2400 running 4.5 PTF3. When I call
ITCMLocalLBVirtualServer.get_virtual_addre...
Feb 04, 2005
You are dealing with 2 different problems here.
1. WSDL indicates incorrect return type of long[] instead of string[].
This is a problem with the WSDL in the 4.6.2 SDK. The server will return the correct type of "string" for IPAddresses but the WSDL specifies an incorrect value of "long". I'm working on an update to the 4.6.2 SDK and this issue will be fixed with version 4.6.3. I'll post here when I get an updated SDK posted to DevCentral.
2. Upgrading to 4.6.2 caused Invalid web requests
This is a known issue in Apache in it's handling of keep-alives with POST data. VS.NET will use a Keep-Alive connection by default and your trace indicates a HTTP format error which is what we have reproduced here.
This has been fixed in 4.6.3. As a temporary measure you can turn off Keep-Alives by modifying the following line in the /config/bigconfig/httpd.conf file on your BIG-IP.
KeepAlive On to
KeepAlive Off -Joe
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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