WSDL load issue: redefine schemaLocation failed
when I try to load attached wsdl/xsd, loading fails with:
WSDLException (at/wsdl.definitions/wsdl.types/xsd:schema/xsd:schema):
faultCode=OTHER_ERROR: Unable to locate with locator the schema referenced at 'ADPD.xsd' relative to document base 'file:\D:\tmp\151013\wsdl\ADPJ.xsd'
Test project has set resourceRoot="${projectDir}".
Schema is redefined by:
<xsd:redefine schemaLocation="ADPD.xsd">
If I use instead an absolute path:
<xsd:redefine schemaLocation="file:///d:/tmp/151011/wsdl/ADPD.xsd" >
it works.
As we have to pass the WSDL to other collegues or customer who are using SOAPUI it is annoying to ask them to edit the file before they are able to use it.
Any idea of a format which finds the ADPD.xsd stored in the same directory? Any hint is very welcome!
Regards
Charlotte