Forum Discussion
Mar 22, 2011
What client language/toolkits are you using for iControl development?
Hi everyone, I was just wondering what client languages/toolkits you all are using for building your iControl apps. Here's my main list in order of the frequency I use them.
- PowerShell -> iControl Cmdlets
- C/.Net -> iControl Assembly
- Perl -> SOAP::Lite
- Java -> iControl Library for Java (Apache Axis based)
Take a second if you would and reply to this thread and let's see how big a list we can come up with.
-Joe
- Derek_21893NimbostratusPerl SOAP::Lite. Sure wish someone would roll my changes into iControlTypeCast.pm 😉
Implement Typecast for iControl enumeration Elements no warnings 'redefine'; sub SOAP::Deserializer::typecast { my ($self, $value, $name, $attrs, $children, $type) = @_; my $retval = undef; if (!defined $type) { return $retval; } if (!defined $urnMap->{$type}) { return $retval; } if (1 == $urnMap->{$type} ) { $retval = $value; } return $retval; }
- yozik_100692NimbostratusPerl and Python
- Pushkar_73645NimbostratusPHP
- Jay_Nielson_410NimbostratusC/.Net -> iControl Assembly
- smp_86112CirrostratusPERL!
- snovakov_86258NimbostratusPerl SOAP::Lite...
- Charles_14910Nimbostratus{ :Ruby => "f5-iControl" }
- pjhhaas_109824NimbostratusPowerShell -> iControl Cmdlets
- Aaron_Forster_3Historic F5 AccountJava -> iControl Assembly (Axis based)
- Chris_W__13732Nimbostratus
Is pycontrol v2 compatible with python2.7? I haven't tested yet, but the download page only claims compability up to 2.6.
Recent Discussions
Related Content
Â
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects