Skip Menu |

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

Report information
The Basics
Id: 45137
Status: rejected
Priority: 0/
Queue: SOAP-WSDL

People
Owner: Nobody in particular
Requestors: ribasushi [...] leporine.io
Cc:
AdminCc:

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



I tried this module against the wsdl of the Magento shopping cart - everything died almost immediately. Here is the single step to reproduce (the SOAP URL is public): rabbit@Thesaurus:~/wsdl$ wsdl2perl.pl -b Magento http://demo.magentocommerce.com/api/soap/?wsdl Can't locate object method "get_attributeGroup" via package "SOAP::WSDL::XSD::ComplexType" at /usr/local/share/perl/5.10.0/SOAP/WSDL/Base.pm line 82 at line 103 at /usr/local/share/perl/5.10.0/SOAP/WSDL/Expat/Base.pm line 82 at line 7 at /usr/local/share/perl/5.10.0/SOAP/WSDL/Expat/Base.pm line 82 Module version is latest: rabbit@Thesaurus:~/wsdl$ perl -MSOAP::WSDL\ 999 SOAP::WSDL version 999 required--this is only version 2.00.09. BEGIN failed--compilation aborted. Thanks
Hi, the "attributeGroup" XML Schema element is not supported (yet). See SOAP::WSDL::Manual::XSD for a list of unimplemented XML Schema elements. Regards, Martin
On Mon Apr 27 03:43:47 2009, MKUTTER wrote: Show quoted text
> Hi, > > the "attributeGroup" XML Schema element is not supported (yet). >
Is there any perl alternative to work with this wsdl or do I have no other choice but to learn SOAP and get dirty with it? :)
Subject: Re: [rt.cpan.org #45137]
Date: Wed, 29 Apr 2009 18:47:52 +0200
To: bug-SOAP-WSDL [...] rt.cpan.org
From: Martin Kutter <martin.kutter [...] fen-net.de>
Hi Peter, see the "Related Projects" section on http://soap-wsdl.sourceforge.net or the SOAP::WSDL manual page. Martin Am Montag, den 27.04.2009, 03:59 -0400 schrieb Peter Rabbitson via RT: Show quoted text
> Queue: SOAP-WSDL > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=45137 > > > On Mon Apr 27 03:43:47 2009, MKUTTER wrote:
> > Hi, > > > > the "attributeGroup" XML Schema element is not supported (yet). > >
> > Is there any perl alternative to work with this wsdl or do I have no > other choice but to learn SOAP and get dirty with it? :) >