WSDL- file import

7
How can I read a WSDL file from my local directories?
asked
1 answers
5

You have to start the url with file:/// followed by the full path to the WSDL file.

Example:

file:///d:/myfile.wsdl

In 2.5 we will add a file selector.

answered