I\'ve seen this problem posted a million times, but none of the solutions have worked for me...So here I go:
After a lot of googling, i ask for your help for a problem who seems to be easy but... really not. How can i use custom login/password like in this tutorial with basichttpbinding instead of WS开发者_
I have a third-party Java web service listening at three SOAP 1.1 WSDL endpoints. One of the endpoints is used to initiate the session and perform some high-level tasks, and the other endpoints are fo
What is the easiest way of changing the binding of a WCF service from开发者_如何学运维 basichttp to nettcp? Surely you don\'t have to edit the file manually as there is just too much scope for error.I
I\'m trying to write a small WCF-service (self hosted basicHttp) to receive mouse coordinates from the phones 开发者_开发技巧touchscreen. First I tried to write a sync OneWay-operation but I couldn\'t
I have a WCF Service programmed in VB.NET that is exhibiting strange behavior.The web.config has the following xml:
There are several questions around how to allo开发者_运维百科w a self-hosted WCF application to use BasicHttpBinding with HTTP.SYS without requiring administrative privileges.It boils down to needing
I have a wcf webservice that is exposed through wsHTTPBinding and basicHTTPBinding.The latter specifies it\'s endpoint address as being \"/basic\" as in the following:
I am trying to host a WCF web service in IIS using Windows Authentication. Due to restrictions, we have to use the basicHttpBinding & use impersonation (impersonate the caller\'s identity for acce
Basically, if I have a plain WCF Service over HTTPS is it automatically secure? [ServiceContract] public interface ICalc