I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
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