Comments on: Automation with Perl SOAP XML https://blog.michaelfmcnamara.com/2013/01/automation-with-perl-soap-xml/ technology, networking, virtualization and IP telephony Sat, 30 Oct 2021 18:14:43 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: Laurent https://blog.michaelfmcnamara.com/2013/01/automation-with-perl-soap-xml/comment-page-1/#comment-22238 Tue, 28 Jan 2014 08:51:44 +0000 http://blog.michaelfmcnamara.com/?p=3242#comment-22238 great, thks for this post
just in line 27 :
my $userHandle = $service->getHandleForUserid($sid,$user);
should be
my $userHandle = $service->getHandleForUserid($sid,$username);

;-)

]]>