wcf-rest
SILVERLIGHT: How to access a restful service from silverlight
What is the standard way of accessing a restful service from silver开发者_C百科light (I am targetting v3 of silverlight)?[详细]
2023-01-21 22:13 分类:问答Getting debug output from WCF 4 REST Template
I\'m trying to see the exception that\'s being thrown in my WCF service but all I get from the response is:[详细]
2023-01-20 21:16 分类:问答How can I return bare result back to WCF client [duplicate]
This question already has answers here: WCF ResponseFormat For WebGet (4 answers) Closed 8 years ago. I have code something like the following:[详细]
2023-01-19 17:57 分类:问答Returning HttpStatus codes with message from WCF Rest service that IParameterInspector AfterCall can handle
So then, I\'ve got a number of methods in a a couple of services that I\'ve decorated with a custom attribute.[详细]
2023-01-19 11:43 分类:问答Transaction in REST WCF service
We are having a REST WCF service. we want the save operation on this REST service to be in transaction.[详细]
2023-01-19 00:16 分类:问答WCF Rest/Entity Framework - View Not Deserializing as expected
I have a view that returns data like the following:开发者_运维技巧 1 | Abita | NULL | http://www.abita.com/[详细]
2023-01-16 23:16 分类:问答Consuming WCF Rest 4 From ASP . NET
I am a complete ASP .NET newbie. I\'ve written a set of web services using the WCF 4 Rest Starter Kit. I call everything from within a Flash application but I want to write a quick and dirty admin pan[详细]
2023-01-15 09:18 分类:问答Using JSON.NET with RESTful WCF service in .NET 4
Has anyone got a RESTful WCF service (in .NET4) succe开发者_JAVA技巧ssfully using JSON.NET to do serialization/deserialization?[详细]
2023-01-12 03:29 分类:问答WCF REST: Maximum number of strings which can be passed in a webInvoke method?
Here is the code below I tried this call but it didnt work... even if the function inside this call is empty i tried this exact function call with only 5 input parameters and it worked?[详细]
2023-01-12 00:14 分类:问答Use StructureMap with WCF 4.0 REST Services
How do I use Structure开发者_运维知识库Map in a WCF 4.0 REST service? I\'ve used StructureMap in the past using this article but the technique doesn\'t seem to work with the WebServiceHostFactory().[详细]
2023-01-11 00:08 分类:问答