dylanmei / linqpad-soap-driver

A SOAP service driver for LINQPad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No means of accessing authenticated/secured services

wonea opened this issue · comments

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

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

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

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

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

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?