Importing web service wsdl from URL with authentication

0
I want to import a web service from a URL and except for the URL I also need to specify my authentication details. Is it possible to add username / password in the web service URL import? I know I could use local File instead of URL to import the wsdl. But, can I use URL with authentication as well?
asked
1 answers
2

Unfortunately the Modeler doesn't support http authentication on a wsdl import yet.

So you'll have to copy the wsdl to some local files.
In case there are some xsd reference it could be really anoying to copy/past the WSDL and XSD's manually, you could use soap UI to export that WSDL to a local file

answered