I'm trying to modify the soapenv:Header to include addressing in my soap request
my $header=SOAP::Header->name("Header")->prefix("soap")->uri("http://www.w3.org/2005/08/addressing");
When I send the request:
print $soap->call($header, $security->value(\$userToken, $action, $message))->result;
I receive the following...
<"soap:Header soap:Header xmlns:soap="http://www.w3.org/2005/08/addressing" />
I need to try and override the original <soap:Header>
I need to do the same for the <soap:Envelope>
Would be greatly appreciated if someone could help out :-)
The first argument to "call" is the method name, not the header.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With