Skip Menu |

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

Report information
The Basics
Id: 87421
Status: resolved
Priority: 0/
Queue: SOAP-Lite

People
Owner: Nobody in particular
Requestors: rballer [...] seecontrol.com
Cc:
AdminCc:

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



Subject: SOAP-Lite-1.01 - Lite.pm sets incorrect XML version of 1.01
Date: Mon, 29 Jul 2013 17:03:56 -0700
To: bug-SOAP-Lite [...] rt.cpan.org
From: Robert Baller <rballer [...] seecontrol.com>
OS: CentOS 6.4 x86_64 Perl: 5.10.1 Module: SOAP-Lite-1.01 Perl web service client script will generate a request to the server but the server will request the request due to the version of XML being specified in the content sent to the server: Java Exception on server => Caused by: com.ctc.wstx.exc.WstxParsingException: Invalid XML pseudo-attribute 'version' value '1.01'; expected "1.0" or "1.1" at [row,col {unknown-source}]: [1,20] The XML sent to the server has: <?xml version="1.01" encoding="UTF-8"?> Versions prior to 1.01 had xml version as "1.0". You'll see the previous versions had this line of code: $prolog = qq!<?xml version="1.0" encoding="@{[$self->encoding]}"?>! Package version 1.01 has: $prolog = qq!<?xml version="1.01" encoding="@{[$self->encoding]}"?>! It looks like a mass edit or copy/paste error.
Subject: Re: [rt.cpan.org #87421] SOAP-Lite-1.01 - Lite.pm sets incorrect XML version of 1.01
Date: Mon, 29 Jul 2013 17:15:15 -0700
To: bug-SOAP-Lite [...] rt.cpan.org
From: Fred Moyer <fred [...] redhotpenguin.com>
thanks for the spot, 1.02 coming tonight. On Jul 29, 2013 5:04 PM, "Robert Baller via RT" <bug-SOAP-Lite@rt.cpan.org> wrote: Show quoted text
> Mon Jul 29 20:04:07 2013: Request 87421 was acted upon. > Transaction: Ticket created by rballer@seecontrol.com > Queue: SOAP-Lite > Subject: SOAP-Lite-1.01 - Lite.pm sets incorrect XML version of 1.01 > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: rballer@seecontrol.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=87421 > > > > OS: CentOS 6.4 x86_64 > Perl: 5.10.1 > Module: SOAP-Lite-1.01 > > Perl web service client script will generate a request to the server but > the server will request the request due to the version of XML being > specified in the content sent to the server: > > Java Exception on server => Caused by: > com.ctc.wstx.exc.WstxParsingException: Invalid XML pseudo-attribute > 'version' value '1.01'; expected "1.0" or "1.1" at [row,col > {unknown-source}]: [1,20] > > The XML sent to the server has: > > <?xml version="1.01" encoding="UTF-8"?> > > Versions prior to 1.01 had xml version as "1.0". > > You'll see the previous versions had this line of code: > > $prolog = qq!<?xml version="1.0" encoding="@{[$self->encoding]}"?>! > > Package version 1.01 has: > > $prolog = qq!<?xml version="1.01" encoding="@{[$self->encoding]}"?>! > > It looks like a mass edit or copy/paste error. > >
Fixed in 1.02