sujeeva has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

Could someone please provide me an example of adding SOAP headers to a SOAP call created from wsdl2perl? I just need an example of just a simple header.

Following is my code:

my $response = $interface->myOperation( { Value1 => 1, Value2 => 'FOO', },, );

Thanks,

Sujeeva

Replies are listed 'Best First'.
Re: SOAP Header Data for Perl
by FreeBeerReekingMonk (Deacon) on Jan 14, 2017 at 08:38 UTC