wcf
WCF service using transport clientCredentialType Basic
I\'m trying to create a wcf service which does basic authentication, but i\'m having some troubles. Here\'s what my web.config for the service looks like:[详细]
2023-04-11 04:41 分类:问答Error when consuming service : The type name ‘AAA' does not exist in the type ‘YYY.YYY’
I\'m trying to consume a WCF 4.0 service in my application. I built, tested, and deployed the service from the ground up. The service works in the WCF test client and can be consumed in any other test[详细]
2023-04-11 04:18 分类:问答WCF Cast on Deserialize JSON
I have a WCF Web Service that accepts a JSON-Formatted request.I have a method on the web service that accepts a parameter of type Container that is defined as fol开发者_开发技巧lows[详细]
2023-04-11 04:13 分类:问答MVP service client proxy model generation tools?
I was reading this article on using passive view design patterns with MVP: http://msdn.microsoft.com/en-us/magazine/ee336019.aspx[详细]
2023-04-11 03:36 分类:问答Geting net.tcp not supported when adding service reference
i have hosted my WCF service in IIS and have following endpoints configured <endpoint name=\"MainService\" contract=\"Docs.ICalculatorService\" address=\"http://localhost:49495/WcfService1/servic[详细]
2023-04-11 03:36 分类:问答protocol exception was unhandled wcf
The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://tempuri.org/:Result. The InnerException message was \'There wa[详细]
2023-04-11 03:12 分类:问答How to create a WCF service without the need of a Service Certificate?
I\'m trying to create a basic webservice with WCF. It\'s small, and will only be used internally between two servers, so there is no need for security of any kind. Unfortunately WCF demands a certific[详细]
2023-04-11 02:49 分类:问答JSON Web service with ASP.NET - from a frustrated php guy
I\'ve been a PHP developer for a few years now and have developed at least a dozen APIs using JSON. Create a url that does a task, and return json_encode($array)... Piece of cake...right?[详细]
2023-04-11 01:41 分类:问答return list<string> from WCF service called by jQuery
I have the following call to my service that is returning a list<string> When I run this I get the error has occured message.[详细]
2023-04-11 01:39 分类:问答2-way Cross Process Communication
I am working on a project that i want to have a plugin-sandbox like System, However i am having issues working out 2-Way Real time Cross Process Communication. At first i thought of WCF, as it can pas[详细]
2023-04-11 01:36 分类:问答