my $xml = ' myusername mypwd 123456789 1554 123 test st John Down '; my $response= SOAP::Lite -> service('https://mydomain.com/service.wsdl') -> outputxml(1) -> newAccount( SOAP::Data->type('xml' => $xml) ); print $response;