[Xml-compile] error parsing WSDL (smaller send)

Mark Overmeer mark at overmeer.net
Mon Aug 27 15:02:29 GMT 2012


* gstewart (gstewart at gmail.com) [120823 17:50]:
> I'm making pathetic attempts to leverage a SOAP/WSDL interface to a 3rd
> party system using Perl and XML::Compile.
> 
> Use of uninitialized value in join or string at
> /Library/Perl/5.12/XML/Compile/Translate/Writer.pm line 514.

These are only warnings.  Does the application work?

I have figured-out what is happening.  Your schema has constructs like

   <element name="HLBListAll" type="ens:Empty" nillable="true"></element>

   <complexType name="Empty"/>

The complex cannot be more empty than this ;-)
Something is wrong for the combination of "nillible" with an empty
complexType.  This is a bug.  Fixed when I find it ;-)
-- 
Regards,
               MarkOv

------------------------------------------------------------------------
       Mark Overmeer MSc                                MARKOV Solutions
       Mark at Overmeer.net                          solutions at overmeer.net
http://Mark.Overmeer.net                   http://solutions.overmeer.net




More information about the Xml-compile mailing list