Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: zsethna [...] technisyst.com.au
Cc:
AdminCc:

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



Subject: Possible perl compatibility bug
Date: Tue, 29 Apr 2008 16:21:34 +1000
To: <bug-XML-Compile-SOAP [...] rt.cpan.org>
From: "Zubin Sethna" <zsethna [...] technisyst.com.au>
Hi I am getting the error shown below when I try to run the compileClient method trace: parsing XML from file ../siri_xsd/siri_wsProducer.wsdl trace: using preparsed XML node <{http://schemas.xmlsoap.org/wsdl/}definitions> trace: importDefinitions for filestamp wsdl.xsd-1207691317-11308 trace: parsing XML from file /usr/lib/perl5/site_perl/5.8.8/XML/Compile/WSDL11/xsd/wsdl.xsd trace: schema compile READER for {http://schemas.xmlsoap.org/wsdl/}definitions trace: using preparsed XML node <{http://schemas.xmlsoap.org/wsdl/}definitions> trace: importDefinitions for filestamp siri.xsd-1209398396-21642 trace: parsing XML from file ../siri_xsd/siri.xsd trace: importDefinitions for filestamp xml.xsd-1208911323-7490 trace: parsing XML from file ../siri_xsd/xml/xml.xsd trace: importDefinitions for filestamp wsdl-soap.xsd-1207691317-5761 trace: parsing XML from file /usr/lib/perl5/site_perl/5.8.8/XML/Compile/WSDL11/xsd/wsdl-soap.xsd trace: importDefinitions for filestamp soap-envelope.xsd-1207691317-6062 trace: parsing XML from file /usr/lib/perl5/site_perl/5.8.8/XML/Compile/SOAP11/xsd/soap-envelope.xsd trace: importDefinitions for filestamp soap-encoding.xsd-1207691317-18434 trace: parsing XML from file /usr/lib/perl5/site_perl/5.8.8/XML/Compile/SOAP11/xsd/soap-encoding.xsd trace: schema compile READER for {http://schemas.xmlsoap.org/wsdl/soap/}binding trace: using preparsed XML node <{http://schemas.xmlsoap.org/wsdl/soap/}binding> trace: schema compile READER for {http://schemas.xmlsoap.org/wsdl/soap/}body trace: using preparsed XML node <{http://schemas.xmlsoap.org/wsdl/soap/}body> trace: schema compile READER for {http://schemas.xmlsoap.org/wsdl/soap/}body trace: using preparsed XML node <{http://schemas.xmlsoap.org/wsdl/soap/}body> Pseudo-hashes are deprecated at /usr/lib/perl5/site_perl/5.8.8/XML/Compile/WSDL11/Operation.pm line 432. No such pseudo-hash field "{http://schemas.xmlsoap.org/wsdl/soap/}fault" at /usr/lib/perl5/site_perl/5.8.8/XML/Compile/WSDL11/Operation.pm line 432. The program that generates this is : use strict; use warnings; use XML::Compile::WSDL11; use XML::Compile::Transport::SOAPHTTP; use Log::Report; use Data::Dumper qw/Dumper/; # setup debug log dispatcher PERL=>'default', mode => 3; my $wsdl = XML::Compile::WSDL11->new('../siri_xsd/siri_wsProducer.wsdl', schema_dirs => '../siri_xsd/xml'); $wsdl->addSchemaDirs('../siri_xsd', '../siri_xsd/xml', '../siri_xsd/ref'); $wsdl->schemas->importDefinitions('../siri_xsd/siri.xsd'); $wsdl->schemas->importDefinitions('../siri_xsd/xml/xml.xsd'); my $operation = $wsdl->operation('GetStopMonitoring'); my $get_stop = $operation->compileClient; and the version of Perl that I am using is the one that comes with CentOS 5.1 - version 5.8.8. How to get around this error? Thanks Zubin

Message body is not shown because it is too large.

Subject: RE: [rt.cpan.org #35498] AutoReply: Possible perl compatibility bug
Date: Tue, 29 Apr 2008 16:29:26 +1000
To: <bug-XML-Compile-SOAP [...] rt.cpan.org>
From: "Zubin Sethna" <zsethna [...] technisyst.com.au>
I am using version 0.72 of XML-Compile-SOAP downloaded from CPAN. Zubin Show quoted text
-----Original Message----- From: Bugs in XML-Compile-SOAP via RT [mailto:bug-XML-Compile-SOAP@rt.cpan.org] Sent: Tuesday, 29 April 2008 4:23 PM To: Zubin Sethna Subject: [rt.cpan.org #35498] AutoReply: Possible perl compatibility bug Greetings, This message has been automatically generated in response to the creation of a trouble ticket regarding: "Possible perl compatibility bug", a summary of which appears below. There is no need to reply to this message right now. Your ticket has been assigned an ID of [rt.cpan.org #35498]. Your ticket is accessible on the web at: http://rt.cpan.org/Ticket/Display.html?id=35498 Please include the string: [rt.cpan.org #35498] in the subject line of all future correspondence about this issue. To do so, you may reply to this message. Thank you, bug-XML-Compile-SOAP@rt.cpan.org ------------------------------------------------------------------------ - Hi I am getting the error shown below when I try to run the compileClient method trace: parsing XML from file ../siri_xsd/siri_wsProducer.wsdl trace: using preparsed XML node <{http://schemas.xmlsoap.org/wsdl/}definitions> trace: importDefinitions for filestamp wsdl.xsd-1207691317-11308 trace: parsing XML from file /usr/lib/perl5/site_perl/5.8.8/XML/Compile/WSDL11/xsd/wsdl.xsd trace: schema compile READER for {http://schemas.xmlsoap.org/wsdl/}definitions trace: using preparsed XML node <{http://schemas.xmlsoap.org/wsdl/}definitions> trace: importDefinitions for filestamp siri.xsd-1209398396-21642 trace: parsing XML from file ../siri_xsd/siri.xsd trace: importDefinitions for filestamp xml.xsd-1208911323-7490 trace: parsing XML from file ../siri_xsd/xml/xml.xsd trace: importDefinitions for filestamp wsdl-soap.xsd-1207691317-5761 trace: parsing XML from file /usr/lib/perl5/site_perl/5.8.8/XML/Compile/WSDL11/xsd/wsdl-soap.xsd trace: importDefinitions for filestamp soap-envelope.xsd-1207691317-6062 trace: parsing XML from file /usr/lib/perl5/site_perl/5.8.8/XML/Compile/SOAP11/xsd/soap-envelope.xsd trace: importDefinitions for filestamp soap-encoding.xsd-1207691317-18434 trace: parsing XML from file /usr/lib/perl5/site_perl/5.8.8/XML/Compile/SOAP11/xsd/soap-encoding.xsd trace: schema compile READER for {http://schemas.xmlsoap.org/wsdl/soap/}binding trace: using preparsed XML node <{http://schemas.xmlsoap.org/wsdl/soap/}binding> trace: schema compile READER for {http://schemas.xmlsoap.org/wsdl/soap/}body trace: using preparsed XML node <{http://schemas.xmlsoap.org/wsdl/soap/}body> trace: schema compile READER for {http://schemas.xmlsoap.org/wsdl/soap/}body trace: using preparsed XML node <{http://schemas.xmlsoap.org/wsdl/soap/}body> Pseudo-hashes are deprecated at /usr/lib/perl5/site_perl/5.8.8/XML/Compile/WSDL11/Operation.pm line 432. No such pseudo-hash field "{http://schemas.xmlsoap.org/wsdl/soap/}fault" at /usr/lib/perl5/site_perl/5.8.8/XML/Compile/WSDL11/Operation.pm line 432. The program that generates this is : use strict; use warnings; use XML::Compile::WSDL11; use XML::Compile::Transport::SOAPHTTP; use Log::Report; use Data::Dumper qw/Dumper/; # setup debug log dispatcher PERL=>'default', mode => 3; my $wsdl = XML::Compile::WSDL11->new('../siri_xsd/siri_wsProducer.wsdl', schema_dirs => '../siri_xsd/xml'); $wsdl->addSchemaDirs('../siri_xsd', '../siri_xsd/xml', '../siri_xsd/ref'); $wsdl->schemas->importDefinitions('../siri_xsd/siri.xsd'); $wsdl->schemas->importDefinitions('../siri_xsd/xml/xml.xsd'); my $operation = $wsdl->operation('GetStopMonitoring'); my $get_stop = $operation->compileClient; and the version of Perl that I am using is the one that comes with CentOS 5.1 - version 5.8.8. How to get around this error? Thanks Zubin
Subject: Re: [rt.cpan.org #35498] Possible perl compatibility bug
Date: Tue, 29 Apr 2008 10:22:14 +0200
To: Zubin Sethna via RT <bug-XML-Compile-SOAP [...] rt.cpan.org>
From: Mark Overmeer <solutions [...] overmeer.net>
* Zubin Sethna via RT (bug-XML-Compile-SOAP@rt.cpan.org) [080429 06:22]: Show quoted text
> > Tue Apr 29 02:22:57 2008: Request 35498 was acted upon. > Transaction: Ticket created by zsethna@technisyst.com.au > Queue: XML-Compile-SOAP > Subject: Possible perl compatibility bug > > I am getting the error shown below when I try to run the compileClient > method > > trace: using preparsed XML node > <{http://schemas.xmlsoap.org/wsdl/soap/}body> > > Pseudo-hashes are deprecated at > /usr/lib/perl5/site_perl/5.8.8/XML/Compile/WSDL11/Operation.pm line 432. > > No such pseudo-hash field "{http://schemas.xmlsoap.org/wsdl/soap/}fault" > at /usr/lib/perl5/site_perl/5.8.8/XML/Compile/WSDL11/Operation.pm line > 432.
I seem to experience weird problems with recent my XML::Compile::SOAP and XML::Compile combination. It looks like a memory corruption, hit by something I changed :-( Please, can you send me the versions reported by t/01use.t ? -- Regards, MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
Probably fixed. Can you confirm this?
probably fixed