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 -> ...
Derek_21893
Dec 28, 2011Nimbostratus
Perl 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;
}
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