|
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
|