Forum Discussion

charlie_utz_149's avatar
charlie_utz_149
Icon for Nimbostratus rankNimbostratus
Apr 20, 2004

Exception thrown on the node.get_pool_membership method

I am trying to get an array of pools that a particular node is a member of and I am recieving the following exception:

 

 

An unhandled exception of type 'System.Web.Services.Protocols.SoapHeaderException' occurred in system.web.services.dll

 

 

Additional information: Could not find handler for method "get_pool_membership" in namespace "urn:iControl:ITCMLocalLB/Node"

 

 

I am using your DistributionMonitor example, and I modified the PoolForm.refreshMembers() method. I added the following line:

 

string[] nodePoolMembers = node.get_pool_membership(original_member_list[i]); after the line where you determine the state of the current node.

 

 

I am running on the BIG-IP Kernel 4.2PTF-06 Build6

 

 

Does this version support this method?

 

 

Charlie
  • ITCMLocalLB::Node::get_pool_membership() was introduced in BIG-IP v4.5. Determining which methods are available on a specific platform has been a issue several have reported. We are working on the next version of the SDK to include version strings with the methods in the documentation to help with building backward compatible programs.

     

     

    -Joe