Hi,
SOAP::WSDL requires the "schemaLocation" attribute to be present with a import namespace="" tag for resolving the schema.
Download the correspondent files, place them in the same directory as the WSDL and add schemaLocation="filename" to the import tag - relative URLs should be supported in the current version (in case they fail, just use absolute file:// URLs)
Regards,
Martin