This commit is contained in:
Xavier Guimard 2016-10-04 19:45:58 +00:00
parent 95036d6acb
commit fabef44f72

View File

@ -64,8 +64,8 @@ sub createSession {
$xheader .= $class->remote_ip;
my $soapHeaders = HTTP::Headers->new( "X-Forwarded-For" => $xheader );
my $soapClient =
SOAP::Lite->proxy( $tsv->{portal}->(), default_headers => $soapHeaders )
my $soapClient = SOAP::Lite->proxy( $class->tsv->{portal}->(),
default_headers => $soapHeaders )
->uri('urn:Lemonldap::NG::Common::CGI::SOAPService');
my $creds = $class->header_in('Authorization');