Forum Discussion
Michel_van_der_
Nimbostratus
Oct 31, 2005Follow up questions about Networking/VLAN
I wrote this little perl script: !/usr/bin/perl
use strict;
use SOAP::Lite;
require "dumpvar.pl";
my ($u, $p, $ip, $soap, $soapResponse, $vlans, $vlan, $memberEntry);
sub SOAP::Transport::HTTP::C...
Oct 31, 2005
Since we moved to custom enum types in 9.0, you'll need to override the SOAP::Deserializer::typecast() routine.
All of the SDK samples reference iControlTypeCast.pm which is included in the "sdk/samples/soap/perl/soaplite" directory in the SDK. This module has all of the enum types included with a override method to allow all of them.
Either include this in your project, or copy the relevant elements that need to be typecasted.
-Joe
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