my $jb = SOAP::Lite->new->proxy('http://' . $username . ':' . $password . '@jb-test-app:8080/jbilling/services/api' ) ->ns( 'http://jbilling.com/', 'jbilling' ) ->readable('1'); my $som = $jb -> getAllItems();