Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: jeff-cpan [...] weasellips.com
Cc:
AdminCc:

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



Subject: XML-Compile-SOAP-0.78 Makefile.PL provides suboptimal instructions
Minor (but annoying) documentation issue is corrected with this patch. 0.76 is the version which fails "make test"
Subject: Makefile.PL.patch
--- Makefile.PL 2008-11-04 22:05:43.000000000 -0500 +++ Makefile.PL.old 2008-10-10 10:00:15.000000000 -0400 @@ -7,7 +7,7 @@ * **************************** WARNING ***************************** * The SOAP-RPC implementation is currently broken. If you need it, -* do use XML::Compile v0.94 with XML::Compile::SOAP v0.77. +* do use XML::Compile v0.94 with XML::Compile::SOAP v0.76. * A major rewrite of the code is in progress, which will hopefully * fix that soap variant. Document-style is OK. ********************^^^^^*** WARNING ***^^^^^*********************
On Tue Nov 04 22:17:23 2008, JEF wrote: Show quoted text
> Minor (but annoying) documentation issue is corrected with this patch. > 0.76 is the version which fails "make test"
Oops. Reversed the patch. Sorry.
CC: undisclosed-recipients: ;
Subject: Re: [rt.cpan.org #40669] XML-Compile-SOAP-0.78 Makefile.PL provides suboptimal instructions
Date: Wed, 5 Nov 2008 23:23:19 +0100
To: Jeff Finucane via RT <bug-XML-Compile-SOAP [...] rt.cpan.org>
From: Mark Overmeer <mark [...] overmeer.net>
* Jeff Finucane via RT (bug-XML-Compile-SOAP@rt.cpan.org) [081105 03:17]: Show quoted text
> Tue Nov 04 22:17:23 2008: Request 40669 was acted upon. > Transaction: Ticket created by JEF > Queue: XML-Compile-SOAP > Subject: XML-Compile-SOAP-0.78 Makefile.PL provides suboptimal instructions > Broken in: 0.78 > > Minor (but annoying) documentation issue is corrected with this patch. > 0.76 is the version which fails "make test"
Then it should become 0.75... because I need to keep people back from using 0.77 -- Regards, MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
There is no reason not to upgrade to 2.*
Thanks to the requestor for this ticket. It's helping me untangle old deps to try and get 0.78 working. On Mon Apr 06 07:08:56 2009, MARKOV wrote: Show quoted text
> There is no reason not to upgrade to 2.*
Well, the latest version still doesn't appear to support rpc-encoded. Thomas
Subject: Re: [rt.cpan.org #40669] XML-Compile-SOAP-0.78 Makefile.PL provides suboptimal instructions
Date: Tue, 6 Sep 2011 21:44:54 +0200
To: Thomas Sibley via RT <bug-XML-Compile-SOAP [...] rt.cpan.org>
From: Mark Overmeer <mark [...] overmeer.net>
* Thomas Sibley via RT (bug-XML-Compile-SOAP@rt.cpan.org) [110906 19:16]: Show quoted text
> Queue: XML-Compile-SOAP > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=40669 > > > Thanks to the requestor for this ticket. It's helping me untangle old > deps to try and get 0.78 working. > > On Mon Apr 06 07:08:56 2009, MARKOV wrote:
> > There is no reason not to upgrade to 2.*
> > Well, the latest version still doesn't appear to support rpc-encoded.
It does support rpc-literal, it does not support rpc-encoded (because that is not really a specification of the exchanged messages at all) Feel invited to contribute the implementation. The 0.78 is also not correct, I know now. For the zillion ways of using it, there are very few examples to try to understand the poor spec as well. -- Regards, MarkOv ------------------------------------------------------------------------ drs Mark A.C.J. Overmeer MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
User disappeared