I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-12-10 22:02:11-08 by joebloe
wsdl2perl doesn't like my wsdl
wsdl2perl.pl file:///home/rcxstg/STAR/Rev4.2.4/WSDL/STARTransport_2005.wsdl Can't locate object method "get_attributeGroup" via package "SOAP::WSDL::XSD::ComplexType" at /usr/ +lib/perl5/site_perl/5.8.8/SOAP/WSDL/Base.pm line 82 at line 95 at /usr/lib/perl5/site_perl/5.8.8/SOAP/WSDL/Expat/Base.pm line 82 Honestly, I don't that much about SOAP & WSDL and try to keep it out of my working set, because it +displaces more useful knowledge in my aging brain. But I'm always learning anyway. Here's the code in question. http://nopaste.snit.ch/19031
Direct Responses: 11912 | 11913 | Write a response
Posted on 2009-12-11 01:10:54-08 by joebloe in response to 11911
Re: wsdl2perl doesn't like my wsdl
I see. attributeGroup isn't supported. Cut and paste reuse, (this) problem solved.
Direct Responses: Write a response
Posted on 2009-12-11 03:44:24-08 by noah in response to 11911
Re: wsdl2perl doesn't like my wsdl
Can you post the perl code as well?

--n
Direct Responses: Write a response