in reply to Re^2: Creating my own perl module, having issues with SOAP tho
in thread Creating my own perl module, having issues with SOAP tho

Ohhh hold on, I get it. In my Subroutine in the perl module, it needs to be...

... my ($self, $server, $user, $pass) = (@_); ...

Ill try that tomorrow at work and let you know how it goes