basichttpbinding
BasicHttpBinding & SingleContext Services!
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.[详细]
2023-03-14 02:35 分类:问答WCF + Silverlight + HttpContext.Current.Session is null
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)[详细]
2023-03-12 00:45 分类:问答Unable to use basic authentication to access WCF web service
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[详细]
2023-03-11 07:40 分类:问答WCF Authentication -- Authenticate user/pass one time, then authenticate some other way afterwards?
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.[详细]
2023-03-08 04:55 分类:问答Return JSON from WCF
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).[详细]
2023-03-06 17:42 分类:问答The request failed with HTTP status 415
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...[详细]
2023-02-23 00:32 分类:问答WCF basicHttpBinding with Transport security specifying message credential type
I\'ve been 开发者_如何学JAVAgiven a wsdl for a service which VS2010 generated the following binding as part of it\'s configuration.[详细]
2023-02-22 18:03 分类:问答WCF Configuration - basicHttpbinding
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.[详细]
2023-02-18 05:05 分类:问答Are there any pitfalls to setting higher values on a XmlDictionaryReaderQuotas object, specifically MaxStringContentLength and MaxArrayLength?
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[详细]
2023-01-30 12:48 分类:问答WCF BasicHttpBinding Http Post
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[详细]
2023-01-23 05:47 分类:问答