Forum Discussion

Garima_Bathla_1's avatar
Garima_Bathla_1
Icon for Nimbostratus rankNimbostratus
Dec 04, 2006

Javadocs for Icontrol BigIP v 9.0 by gbathla

I am beginning to write a small application for manipulating BIgIp hosted , and I wanted to write it in Java, Can someone tell me if I can get JavaDocs for the iControl api from somewhere ( link please)? Will appreciate if there is any other workaround for it, I can only see a generic api refernce for Web services, which isn't as helpful as Javadocs.

 

 

Please do let me know.

 

 

Regards,

 

Garima.

1 Reply

  • Since we support many different languages, we decided early on to not try to maintain 5+ versions of the SDK documentation and build a single language-neutral set of docs. The WSDL documentation does contain all of the docs so if you know of a tool that will build documentation based on WSDL you could go that route. Our server code is hand-rolled in C. Our documentation is derived from a custom build tool that reads our source interface definitions and generates the HTML based documentation as well as the WSDL, perl bindings, and various other language helper tools.

     

     

    BTW, if you are going the java route, make sure you are using a newer version of Axis. Apache WS-SOAP does not contain support for multi-dimensional arrays which we rely on exclusively in the 9.x versions of the SDKs. Some of the built-in toolkits in vendors dev systems are based on the old WS-SOAP code. Use Axis, you'll be much happier in the long run.

     

     

    -Joe