Forum Discussion

niida_tohru_109's avatar
niida_tohru_109
Icon for Nimbostratus rankNimbostratus
Jun 01, 2006

LocalLB.PoolMember. set_connection_limit

How can I set connection_limit for PoolMember using apache soap with java?

 

MemberConnectionLimit[][](array of array) does not support on apache soap.

 

Please help.

 

 

2 Replies

  • The short answer is that you can not.

     

     

    Apache SOAP has not been actively worked on in many years (I believe since 2001). I would recommend going with Apache Axis as that has full support for multi-dimensional arrays. I also supports full client generation via WSDL4Java which makes development much easier.

     

     

    With v9.2.2 of our SDK, we removed support for Apache SOAP just for this reason.

     

     

    -Joe