or download this
my $soap = SOAP::Lite->new->proxy('https://wsnet.sendwordnow.com/Sessi
+onManagement/2010/05/PublicSessionManagementService.svc')
->ns('http://schemas.xmlsoap.org/soap/envelope/', 'soapenv')
...
my $reqm = SOAP::Data->name( RequestOf_PublicLoginRequest => $oper )->
+prefix('pub');
my $res = $soap->call( $reqm );