dylanmei / linqpad-soap-driver

A SOAP service driver for LINQPad
MIT License
65 stars 25 forks source link

No means of accessing authenticated/secured services #2

Open wonea opened 10 years ago

wonea commented 10 years ago

I'm trying to access a secured SOAP service, however I cannot find anywhere to put username and password credentials.

dylanmei commented 10 years ago

Are we talking about basic-auth while trying to download the wsdl?

wonea commented 10 years ago

Yes, I get the following null reference exception:

2014_02_28_10_40_43_linqpad_4

I can confirm the WSDL does work, tested in SOAPUI 4.6.4

john-mills-nz commented 8 years ago

I have a WCF service secured with Windows authentication and I agree, there is no way to provide credentials.

SmithPlatts commented 6 years ago

Talk about issue revival, but I have just hit this with basic auth to a WSDL service; any chance the maintainers are interested?

canichols2 commented 6 years ago

I am able to connect to our SOAP service, but each method is individually locked down to specific user groups or users. this requires authentication. Is there any way to set the user these services use, or is it ALWAYS going to be unauthenticated?