We write a WCF web service. How can we call it\'s methods in JSON format? An additional issue is how can we secure our web service开发者_高级运维s.
I have a unique requirement where I need to send a highly customized soap header in a request to a external vendor.The only way my WCF client can interact with their web service is using a combination
I\'ve looked at the secu开发者_运维问答rity guide at wcfsecurity.codeplex.com. The guide is fairly straightforward. However, I cannot find anything relating toa WCF service hosted in a Windows Service
Our architecture is a straightforward N-Tier model, which consists of a ASP.Net Application sitting in IIS7 (hosted in DiscountASP), that exposes methods on a WCF Service. Those methods talk to the DB
I want to use Sessions and SSL at the same time so I set up all the certificates and made sure everything was set up properly on the WCF service. I\'ve tried about everything but I cant seem to get th
I have a question regarding the Impersonation on WCF. I\'d like to connect to a DB on a WCF Windows service that is called by a client application. The connection to the DB should be done using the ac
having an unexplained issue.开发者_运维知识库. Upgraded a working .Net 3.5 WCF service to 4.0 and immediately experienced this error:
is it necessary to create a service certificate to use custom username and password authentication? I want to authenticate my WCF service with custom username and password.
I\'ve got an WP7 application who 开发者_如何学编程does authentication with Azure Access Control Service and stores it\'s SimpleWebToken in an the IsolatedStorage. I want to use this SWT-token to secur
I have a set of WCF services with AspNetCompatibility enabled and consume them from jQuery. My web application requires authentication. Using only logic here (as I lack enough knowledge) does that mea