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-04-23 13:11:07-07 by hank42
WSD2PERL using typemap branch
So I ran into the "deep recursion" problem and am attempting to use the typemap branch on a .NET wsdl. When run, it gets through all the Types, and then dies as follows: ... Creating simpleType class MyTypes/PurchaseOrderFormat.pm Creating complexType class MyTypes/TimeAndMaterial.pm /usr/lib/perl5/site_perl/5.8.8/SOAP/WSDL/Generator/Template/XSD\complexType.tt UNKNOWN error - unknown variety choice at /usr/lib/perl5/site_perl/5.8.8/SOAP/WSDL/Base.pm line 62 Anything I can do about this?
Direct Responses: 13500 | Write a response
Posted on 2011-09-21 08:27:30.336275-07 by ur in response to 10521
Re: WSD2PERL using typemap branch
Hi The Error Message is some confusin.. It caused by a choice element within a complexContent Body (extension of another Type). Copy/Pasta solve this problems quick n dirty.
Direct Responses: Write a response