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 2007-05-07 04:42:19-07 by nigol
import schema within the wsdl
Hi,

I wanted to use the SOAP::WSDL module, but when processing the WSDL is fails as common parts of the schema definition are defined within an import tag:

<xs:import namespace="http://servicecenter.peregrine.com/PWS/Common" schemaLocation="http://myServer:12670/PWS/Common.xsd"></xs:import>

As the WSDL is coming from Peregrine's Service Centre tool, I can not change it. Is there a way to tell SOAP::WSDL to import the remaining information?

Thanks,
Nigol
Direct Responses: 5375 | Write a response