wcf
Passing client context using Unity in WCF service application
I have a WCF service application (actually, it uses WCF Web API preview 5) that intercepts each request and extracts several header values passed from the client.The idea is that the \'interceptor\' w[详细]
2023-04-12 09:45 分类:问答Unable to parse JSON respone. JQUERY
when i try to get JSON from a webservice I get (status == \"parsererror\")Which means \"Unable to parse JSON response\". What am I doing wrong.[详细]
2023-04-12 09:31 分类:问答.NET application experiences sudden an extreme growth of unmanaged memory
I\'m running an application that exhibits some very peculiar issues.It runs just fine for around 2.5 hours, then suddenly unmanaged memory begins to grow, and grow quickly.Within around another half a[详细]
2023-04-12 09:21 分类:问答Limit access to endpoint of WCF service hosted in IIS
I\'m hosting a WCF service in IIS 7.5. The service开发者_如何转开发 has one endpoint with webHttpBinding, and one endpoint with netTcpBinding. How can I limit access to the nettcp endpoint, so that on[详细]
2023-04-12 08:27 分类:问答Invoking a method when WCF service is started
I have a WCF service (开发者_如何学编程VS 2010, .Net 4.0) hosted as a Windows service. What I want to do is this: I want a method which is in the service to be executed when the service is started.I a[详细]
2023-04-12 06:46 分类:问答How to count number of WCF calls on client?
I have a large number of different WCF client classes (inheriting from ClientBase). I\'d like to capture method name and num开发者_JAVA百科ber of times this method was called every time such client[详细]
2023-04-12 06:45 分类:问答Adding WS-Security Credentials to SOAP headers using WCF
I am trying to communicate with a Java web service that I have no control over, and I\'m trying to create a binding that\'ll work.[详细]
2023-04-12 06:31 分类:问答GET calls seem to be dropped using HttpClient
I\'m using the HttpClient from the WCF REST Preview release, and we\'re seeing some strange functionality I\'m trying to pin down.[详细]
2023-04-12 05:35 分类:问答Auto Upgradable WCF service
I\'m working on application that does some tests on Windows Servers. Fr开发者_StackOverflowont end of application connects to small application installed on each server via WCF.[详细]
2023-04-12 05:12 分类:问答WCF Client error: "The address of the security token issuer is not specified"
I am receiving the following error from my WCF Client. \"The address of the security token issuer is not specified. An explicit issuer address must be specified in the binding for target \'http://site[详细]
2023-04-12 05:02 分类:问答