in reply to help with setting cookie with SOAP::WSDL
#first define your headers @header = (SOAP::Header->name("FirstHeader")->value("FirstValue"), SOAP::Header->name("SecontHeader")->value("SecondValue")); #and then do the call. please note the backslash my $som=$soap->call( 'method' , name => 'value' , name => 'value' , "soap_headers" => \@header);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: help with setting cookie with SOAP::WSDL
by winfinit (Novice) on Dec 19, 2007 at 22:21 UTC |