in reply to Re^3: Perl WSDL WebService Call
in thread Perl WSDL WebService Call

Hi , Thanks for your quick reply :-) my current Code: my $token = getValidToken(); my $url = "https://sepm-site:8446/sepm/ws/v1/LicenseService?wsdl"; my $service = SOAP::Lite->service($url); print "web method : ", $service->getLicenseSummaryInfo(), "\n"; how can i add the Oauth token to the service Object? / or how can i add it to the header

Replies are listed 'Best First'.
Re^5: Perl WSDL WebService Call
by Anonymous Monk on Aug 10, 2014 at 07:31 UTC