Forum Discussion

Jonathan_124702's avatar
Jonathan_124702
Icon for Nimbostratus rankNimbostratus
Mar 13, 2013

Help with SoapHeaderException: Unknown method "{urn:iControl:LocalLB/Pool}:add_member_v2"

Hi,

 

I have a project that is referencing the v11.2 iControl.dll, but when I run my tests to add a member, I couldn't get past the point when I execute

 

Interfaces.LocalLBPool.add_member_v2(this.poolNames, this.members.ToCommonAddressPort())

 

If there's anyone who has run into this before or able to give me some suggestion that'd be wonderful!

 

 

Thanks a lot in advance

 

-Jonathan

 

2 Replies

  • The "Unknown Method" exception is caused when you are using a newer version of the library and connecting to an older version of the product where a new method isn't available. For older versions of the product, you'll have to revert to the add_member() method. The version's the methods were introduced are listed in the API references in the wiki.

     

     

    -Joe