Skip Menu |

This queue is for tickets about the XML-Compile-SOAP CPAN distribution.

Report information
The Basics
Id: 91900
Status: resolved
Priority: 0/
Queue: XML-Compile-SOAP

People
Owner: Nobody in particular
Requestors: rgalli [...] ultra.me
Cc:
AdminCc:

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



Subject: XML-Compile-SOAP version 3.00 bug
Date: Mon, 6 Jan 2014 11:53:21 -0500
To: bug-XML-Compile-SOAP [...] rt.cpan.org
From: Raffaello Galli <rgalli [...] ultra.me>
Perl version is v5.10.1 (*) built for x86_64-linux-thread-multi Linux web-01 2.6.32-279.22.1.el6.x86_64 #1 SMP Wed Feb 6 03:10:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux CentOS release 6.5 (Final) We obtain the following error: *Can't locate object method "registered" via package "XML::Compile::SOAP::Operation" at /usr/local/share/perl5/XML/Compile/SOAP/Daemon.pm line 54.* while executing the following code: use Data::Dumper; use XML::Compile::SOAP::Daemon::AnyDaemon; use XML::Compile::SOAP11; use XML::Compile::WSDL11; use IO::Socket::SSL 'SSL_VERIFY_NONE'; use IO::Socket 'SOMAXCONN'; use File::Basename; use JSON::XS; use FindBin; my $wsdl = XML::Compile::WSDL11->new( $wsdl_file_name ); # map callback operation $daemon->operationsFromWSDL($wsdl, default_callback => sub { my ($server, $in, $request) = @_; return callback($server, $in, $request); }); Thanks in advance Raffaello Galli
Subject: Re: [rt.cpan.org #91900] XML-Compile-SOAP version 3.00 bug
Date: Mon, 6 Jan 2014 17:58:40 +0100
To: Raffaello Galli via RT <bug-XML-Compile-SOAP [...] rt.cpan.org>
From: Mark Overmeer <website [...] craneveer.nl>
* Raffaello Galli via RT (bug-XML-Compile-SOAP@rt.cpan.org) [140106 16:53]: Show quoted text
> Mon Jan 06 11:53:31 2014: Request 91900 was acted upon. > Transaction: Ticket created by rgalli@ultra.me > Queue: XML-Compile-SOAP > > *Can't locate object method "registered" via package > "XML::Compile::SOAP::Operation" at > /usr/local/share/perl5/XML/Compile/SOAP/Daemon.pm line 54.*
Ai, I did not remember that the ::Daemon module was using this method (which got moved from ::SOAP::Operation to ::SOAP) I'll fix this tonight (CET) -- Regards, MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
Subject: Re: [rt.cpan.org #91900] XML-Compile-SOAP version 3.00 bug
Date: Mon, 6 Jan 2014 12:01:32 -0500
To: bug-XML-Compile-SOAP [...] rt.cpan.org
From: Raffaello Galli <rgalli [...] ultra.me>
Thanks so much! :) Raffaello On Mon, Jan 6, 2014 at 11:58 AM, Mark Overmeer via RT < bug-XML-Compile-SOAP@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=91900 > > > * Raffaello Galli via RT (bug-XML-Compile-SOAP@rt.cpan.org) [140106 > 16:53]:
> > Mon Jan 06 11:53:31 2014: Request 91900 was acted upon. > > Transaction: Ticket created by rgalli@ultra.me > > Queue: XML-Compile-SOAP > > > > *Can't locate object method "registered" via package > > "XML::Compile::SOAP::Operation" at > > /usr/local/share/perl5/XML/Compile/SOAP/Daemon.pm line 54.*
> > Ai, I did not remember that the ::Daemon module was using this > method (which got moved from ::SOAP::Operation to ::SOAP) > > I'll fix this tonight (CET) > -- > Regards, > MarkOv > > ------------------------------------------------------------------------ > Mark Overmeer MSc MARKOV Solutions > Mark@Overmeer.net solutions@overmeer.net > http://Mark.Overmeer.net http://solutions.overmeer.net > > >
Subject: Re: [rt.cpan.org #91900] XML-Compile-SOAP version 3.00 bug
Date: Mon, 6 Jan 2014 23:28:48 +0100
To: Raffaello Galli via RT <bug-XML-Compile-SOAP [...] rt.cpan.org>
From: Mark Overmeer <solutions [...] overmeer.net>
* Raffaello Galli via RT (bug-XML-Compile-SOAP@rt.cpan.org) [140106 16:53]: Show quoted text
> Mon Jan 06 11:53:31 2014: Request 91900 was acted upon. > Transaction: Ticket created by rgalli@ultra.me > Queue: XML-Compile-SOAP > Subject: XML-Compile-SOAP version 3.00 bug > > *Can't locate object method "registered" via package > "XML::Compile::SOAP::Operation" at > /usr/local/share/perl5/XML/Compile/SOAP/Daemon.pm line 54.*
I have just release XML-Compile-SOAP-Daemon v3.07 which fixes this issue. Be warned: the error is not in the ::SOAP distribution but in the daemon distribution. I hope it works for you, -- Thanks for reporting, MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
Subject: Re: [rt.cpan.org #91900] XML-Compile-SOAP version 3.00 bug
Date: Mon, 6 Jan 2014 17:30:28 -0500
To: bug-XML-Compile-SOAP [...] rt.cpan.org
From: Raffaello Galli <rgalli [...] ultra.me>
I will try it, thanks! Raffaello On Mon, Jan 6, 2014 at 5:29 PM, Mark Overmeer via RT < bug-XML-Compile-SOAP@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=91900 > > > * Raffaello Galli via RT (bug-XML-Compile-SOAP@rt.cpan.org) [140106 > 16:53]:
> > Mon Jan 06 11:53:31 2014: Request 91900 was acted upon. > > Transaction: Ticket created by rgalli@ultra.me > > Queue: XML-Compile-SOAP > > Subject: XML-Compile-SOAP version 3.00 bug > > > > *Can't locate object method "registered" via package > > "XML::Compile::SOAP::Operation" at > > /usr/local/share/perl5/XML/Compile/SOAP/Daemon.pm line 54.*
> > I have just release XML-Compile-SOAP-Daemon v3.07 which fixes > this issue. Be warned: the error is not in the ::SOAP distribution > but in the daemon distribution. > > I hope it works for you, > -- > Thanks for reporting, > > MarkOv > > ------------------------------------------------------------------------ > Mark Overmeer MSc MARKOV Solutions > Mark@Overmeer.net solutions@overmeer.net > http://Mark.Overmeer.net http://solutions.overmeer.net > > >
Subject: Re: [rt.cpan.org #91900] XML-Compile-SOAP version 3.00 bug
Date: Tue, 7 Jan 2014 11:59:20 -0500
To: bug-XML-Compile-SOAP [...] rt.cpan.org
From: Raffaello Galli <rgalli [...] ultra.me>
It looks like resolved. On Mon, Jan 6, 2014 at 5:30 PM, Raffaello Galli <rgalli@ultra.me> wrote: Show quoted text
> I will try it, thanks! > > Raffaello > > > On Mon, Jan 6, 2014 at 5:29 PM, Mark Overmeer via RT < > bug-XML-Compile-SOAP@rt.cpan.org> wrote: >
>> <URL: https://rt.cpan.org/Ticket/Display.html?id=91900 > >> >> * Raffaello Galli via RT (bug-XML-Compile-SOAP@rt.cpan.org) [140106 >> 16:53]:
>> > Mon Jan 06 11:53:31 2014: Request 91900 was acted upon. >> > Transaction: Ticket created by rgalli@ultra.me >> > Queue: XML-Compile-SOAP >> > Subject: XML-Compile-SOAP version 3.00 bug >> > >> > *Can't locate object method "registered" via package >> > "XML::Compile::SOAP::Operation" at >> > /usr/local/share/perl5/XML/Compile/SOAP/Daemon.pm line 54.*
>> >> I have just release XML-Compile-SOAP-Daemon v3.07 which fixes >> this issue. Be warned: the error is not in the ::SOAP distribution >> but in the daemon distribution. >> >> I hope it works for you, >> -- >> Thanks for reporting, >> >> MarkOv >> >> ------------------------------------------------------------------------ >> Mark Overmeer MSc MARKOV Solutions >> Mark@Overmeer.net solutions@overmeer.net >> http://Mark.Overmeer.net http://solutions.overmeer.net >> >> >>
>
fixed in 3.07