SOAP-WSDL - Re: 2.00.03 Error

Posted on Fri May 30 20:58:22 2008 by mkutter in response to 7981 (See the whole thread of 2)
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