Thread

Posted on Fri May 30 19:44:35 2008 by asawczyn
2.00.03 Error
I upgraded to 2.00.03 from 2.00.01. I am now encountering the following error when using the wsdl2perl utility /usr/lib/perl5/site_perl/5.8.8/SOAP/WSDL/Generator/Template/XSD\simpleType.tt NOT_FOUND error - No base type in at /usr/lib/perl5/site_perl/5.8.8/SOAP/WSDL/Base.pm line 53 Why is the tool using a back slash between the XSD and simpleType.tt? I assume that is the source of the problem.
Direct Responses: 7984 | Write a response
Posted on Fri May 30 20:58:22 2008 by mkutter in response to 7981
Re: 2.00.03 Error
Hi,
it looks like your WSDL contains a type definition like this:
<xsd:simpleType name="foo"> <xsd:restriction base="bar"> </xsd:simpleType>
and SOAP::WSDL fails to resolve "bar". This might be a bug in 2.00.03 already solved in SVN - could you send me the WSDL (or the failing type definition? Types are processed top-down, so the first one that doesn't appear as .pm file has failed ...)

Martin
Write a response