Forum Discussion

sebastien_desca's avatar
sebastien_desca
Icon for Nimbostratus rankNimbostratus
Jul 21, 2005

How to get java support for iControl 9.0

Hello!

 

I have downloaded SDK 4.6.3 and SDK 9.9 for unix from the download page of the f5 web site.

 

In iControl 4.6.3, java support classes can be found in sdk/support directory. I cannot find the same directory in iControl 9.0

 

 

Where can i retrieve them from?

 

 

Thank in advance for your response.

 

 

  • We renamed the "support" directory to "samples" in the 9.x SDK. So, for the java samples (including Apache Axis which is new in 9.x), look in the sdkroot/samples/soap/java directory. Apache WS-SOAP has some lack of support for 9.x in the fact regarding Arrays of Arrays. For that reason, I would suggest you go with Apache Axis. It is a much more robust implementation and much easier to use.

     

     

    The SDK documentation should state the location of the samples as well.

     

     

    -Joe