Posted on 2009-12-16 11:34:57-08 by mkutter in response to 11949
Re: wsdl2perl doesn't handle schema import
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
Direct Responses: 11955 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.