We need to load the WSDL from the file system, because we would need to use a certificate in order to access it via URL (and that doesn't seem to work).
The project is committed to a SCM server and the absolute path is not the same on all used clients.
Therefor we would like to use something like this as file location: file://${NL-CustomResources}/sample.wsdl.xml
But that doesn't seem to work. Is there any other way to achieve that?