Forum Discussion
benhaw01_9110
May 03, 2011Nimbostratus
Fantastic. Changing this:
SOAP::Data->name('wideip_pools' => $poolObj),
to this:
SOAP::Data->name('wideip_pools' => [[$poolObj]]),
works great.
Thank you for explaining how the device handles the request on the server side. It was helpful in understanding why this is necessary.