Skip Menu |

This queue is for tickets about the WSRF-Lite CPAN distribution.

Report information
The Basics
Id: 77065
Status: resolved
Priority: 0/
Queue: WSRF-Lite

People
Owner: Nobody in particular
Requestors: brabec [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: headers dropped
Date: Tue, 8 May 2012 11:45:04 -0400
To: bug-WSRF-Lite [...] rt.cpan.org
From: František Brabec <brabec [...] gmail.com>
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
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: Show quoted text
> 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
Subject: Re: [rt.cpan.org #77065] headers dropped
Date: Tue, 8 May 2012 17:14:06 -0400
To: bug-WSRF-Lite [...] rt.cpan.org
From: František Brabec <brabec [...] gmail.com>
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: Show quoted text
> <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
> > >
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: Show quoted text
> 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
> > > > > >
Subject: Re: [rt.cpan.org #77065] headers dropped
Date: Wed, 9 May 2012 19:58:52 -0400
To: bug-WSRF-Lite [...] rt.cpan.org
From: František Brabec <brabec [...] gmail.com>
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
>> > >> > >> >
> > >
Thanks for the patch. I will test it out and then deploy it to cpan. On Wed May 09 19:59:03 2012, brabec@gmail.com wrote: Show quoted text
> Here is my patch: > > ==== > 700a701
> > my ($dummy, $method, $params,$orig_header) = @_;
> 710c711 > < > ---
> >
> 720c721,729 > < \SOAP::Data->value($header)->type('xml') > ---
> > ($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:
> > <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
> >> > > >> > > >> >
> > > > > >
Subject: Re: [rt.cpan.org #77065] headers dropped
Date: Wed, 12 Sep 2012 11:06:43 -0400
To: bug-WSRF-Lite [...] rt.cpan.org
From: František Brabec <brabec [...] gmail.com>
Hello, I was just wondering when you think you'll get a chance to deploy this into CPAN? Thanks. On Tue, May 15, 2012 at 9:36 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 > > > Thanks for the patch. I will test it out and then deploy it to cpan. > > On Wed May 09 19:59:03 2012, brabec@gmail.com wrote:
> > Here is my patch: > > > > ==== > > 700a701
> > > my ($dummy, $method, $params,$orig_header) = @_;
> > 710c711 > > < > > ---
> > >
> > 720c721,729 > > <
> \SOAP::Data->value($header)->type('xml')
> > ---
> > > ($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:
> > > <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
> > >> > > > >> > > > >> >
> > > > > > > > >
> > > >
Sorry, I do hope to get it done soon. Sorry for the delay. On Wed Sep 12 11:06:58 2012, brabec@gmail.com wrote: Show quoted text
> Hello, I was just wondering when you think you'll get a chance to deploy > this into CPAN? Thanks. > > > > On Tue, May 15, 2012 at 9:36 AM, Edward Kawas via RT < > bug-WSRF-Lite@rt.cpan.org> wrote: >
> > <URL: https://rt.cpan.org/Ticket/Display.html?id=77065 > > > > > Thanks for the patch. I will test it out and then deploy it to cpan. > > > > On Wed May 09 19:59:03 2012, brabec@gmail.com wrote:
> > > Here is my patch: > > > > > > ==== > > > 700a701
> > > > my ($dummy, $method, $params,$orig_header) = @_;
> > > 710c711 > > > < > > > ---
> > > >
> > > 720c721,729 > > > <
> > \SOAP::Data->value($header)->type('xml')
> > > ---
> > > >
($orig_header ? Show quoted text
> > > >
> > \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:
> > > > <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
> > > >> > > > > >> > > > > >> >
> > > > > > > > > > > >
> > > > > > > >
Uploaded patch to CPAN. Let me know if I can do anything else!