I have a WCF serv开发者_高级运维ice that\'s hosted on IIS 7 using a basicHttpBinding. The service is acting as a controller for other services distrubted on several machines, known as clients.
my problem.... i am tryingo to access session from Silverlight and WCF basicHttpBinding... i saw some posts where it\'s possible (http://www.dotnetspider.com/Silverlight-Tutorial-317.aspx)
I am trying to configure a WCF service to allow for both Windows/NTLM and Basic Authentication. Unfortunately, given this configuration only Windows/NTLM works and basic authentication fails with an h
Basically, I have the following scenario and information: We\'re using HTTPS. We want to authenticate a user by user/pass when they first log in.
my WCF service is in .net framework 3.5,t开发者_如何学Chis WCF service will be used by PHP, so i have used basicHttpBinding (please suggest if any other better one).
I am getting an exception when I try开发者_Go百科 to call method from WCF...I am consuming WCF in windows application using framework 2.0 and my WCF uses the BasicHttpBinding option...
I\'ve been 开发者_如何学JAVAgiven a wsdl for a service which VS2010 generated the following binding as part of it\'s configuration.
I have problem with basic configuration of WCF. I am working on MobilePhone Application . First I created test desktop appliction which use basicHttpBinding and everything was fine.
Of special note, this is for the ReaderQuotas property on a BasicHttpBinding object. Specifically, might I have a (very) few situations where my current value of 163,840,000 (magic undocumented value
Is it possible to post to a WCF service hosted in IIS? I know that that this is possible using REST but I really need the WSDL generation and SOAP headers. I need to transition an existing ASMX web se