I need to connect to a SOAP service, but I'm getting the error:
SOAP-ERROR: Parsing Schema: can't import schema from 'http://jedi:8280/foo/bar/?wsdl&resource=rlapi.xsd'
I've looked at the WSDL file, and contains:
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="http://rl.com/rlapi" schemaLocation="http://jedi:8280/foo/bar?wsdl&resource=rlapi.xsd"/>
</xsd:schema>
While the url is completely different (http://www.foo.com)
I've tried http://www.foo.com/foo/bar/?wsdl&resource=rlapi.xsd which works fine, but I was wondering if this is something I'm able to set before I get in contact with the people who made the api.