SOAP-WSDL - Re: import schema within the wsdl

Posted on Fri Jun 8 20:44:19 2007 by mkutter in response to 5064 (See the whole thread of 4)
Re: import schema within the wsdl
Hi Nigol,

unfortunately, there's no known way to do this, yet. SOAP::WSDL uses XML::XPath for parsing the WSDL, and XML::XPath unfortunately cannot resolve the import-Element.

I would suggest to download the WSDL, store it on disk, and insert the schema found at the specified URL into it. Unless the WSDL changes on every call (which is a bit unlikely), there's no reason why you should not be able to change it - storing it on disk instead of using a http(s) URL is even recommended for performance reasons.

Regards,

Martin

Direct Responses: 5400 | 7941 | Write a response