linqpad-soap-driver icon indicating copy to clipboard operation
linqpad-soap-driver copied to clipboard

No means of accessing authenticated/secured services

Open wonea opened this issue 10 years ago • 5 comments

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

wonea avatar Feb 27 '14 09:02 wonea

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

dylanmei avatar Feb 27 '14 19:02 dylanmei

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

wonea avatar Feb 28 '14 10:02 wonea

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

john-mills-nz avatar Apr 18 '16 04:04 john-mills-nz

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

SmithPlatts avatar Feb 13 '18 06:02 SmithPlatts

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?

canichols2 avatar Sep 11 '18 16:09 canichols2