Here is my patch:
====
700a701
Show quoted text> my ($dummy, $method, $params,$orig_header) = @_;
710c711
<
---
Show quoted text>
720c721,729
< \SOAP::Data->value($header)->type('xml')
---
Show quoted text> ($orig_header ?
> \SOAP::Data->value(
> $orig_header,
> SOAP::Data->value($header)->type('xml')
> )
>
> :
> \SOAP::Data->value($header)->type('xml')
> )
======
Thanks.
On Wed, May 9, 2012 at 8:30 AM, Edward Kawas via RT
<bug-WSRF-Lite@rt.cpan.org> wrote:
Show quoted text> <URL:
https://rt.cpan.org/Ticket/Display.html?id=77065 >
>
> Not anymore. I took over maintenance for this project when I needed it.
> I havent touch the source since the last update and no longer use the
> this module. Any contribution you make is greatly appreciated.
>
> On Tue May 08 17:14:16 2012, brabec@gmail.com wrote:
>> No but can try to look into this. However, isn't there some official
>> or at least WSRF-experienced developer who could address more
>> confidently?
>>
>> On Tue, May 8, 2012 at 4:09 PM, Edward Kawas via RT
>> <bug-WSRF-Lite@rt.cpan.org> wrote:
>> > <URL:
https://rt.cpan.org/Ticket/Display.html?id=77065 >
>> >
>> > Do you have a patch? I currently just maintain the library and no longer
>> > use it. I can easily patch the module and submit a new version to cpan.
>> >
>> > On Tue May 08 11:45:12 2012, brabec@gmail.com wrote:
>> >> WSRF::Lite seems to drop custom headers when signing, i.e.
>> >>
>> >>
>> >> my $soap = WSRF::Lite
>> >> -> ...
>> >> ;
>> >>
>> >> print $soap->call("functionName", $params, $customHeader);
>> >>
>> >> The function call gets signed and executed but the $customHeader is
>> >> lost in the process. The headers are reflected correctly when using
>> >> SOAP::Lite instead of WSRF::Lite,
>> >> ===
>> >> 0.8.3.0 of WSRF::Lite released March, 2011
>> >> perl, v5.8.8
>> >> Linux 2.6.18-274.17.1.el5PAE #1 SMP
>> >
>> >
>> >
>
>
>