How can I imported a wsdl from a password protected URL

4
I would like to import a WSDL from a password protected URL. Is this possible? If Yes, where should I set the username and password for this URL?
asked
4 answers
3

Hi Martijn

I'm not sure if you are able the WSDL via the browser, but if you can, just copy + paste the wsdl to a txt file.

See this threads for more info on importing a WSDL on a local file, good luck!

answered
1

Hi Herbert,

It doesn't work! I think it's not possible

answered
1

Thanks Michel!

It's indeed the only workaround which works. Sadly enough it's not possible to do it in the modeller directly.

It would be a nice feature.

answered
0

If you have the username and password, I think you can. I don't test it but try the following: http://user:password@yourWSDLurl

Good luck!

answered