wcf-rest
Test Client for testing WCF Rest services or just use browser?
I have written my first rest services and current开发者_运维知识库ly i am testing them in a browser.[详细]
2023-01-10 12:24 分类:问答Reading HttpRequest Body in REST WCF
I got a REST WCF Service running in .net 4 and I\'ve tested the web service it is working and accepting HttpRequest I make to it. But I ran into a problem trying to access the HttpRequest body within[详细]
2023-01-04 02:43 分类:问答Changing JSON response root node message in WCF
I created a REST GetTime Service in WCF and the service returns JSON开发者_Go百科 as the response message. Also the WebMessageBodyStyle is set to wrapped so it would have an ID associated with that da[详细]
2023-01-03 04:20 分类:问答How can I change the xml:base published by a WCF Data Service?
I have a WCF Data Service for which I have a custom URL Rewriter so the real url is not visible and I can add special elements in the path for customizing it.[详细]
2023-01-01 17:53 分类:问答Create a WCF REST Client Proxy Programatically (in C#)
I am trying to create a REST Client proxy programatically in C# using the code below but I keep getting a CommunicationException error. Am I missing something?[详细]
2022-12-29 06:46 分类:问答ProcessRequest from RequestInterceptor never ends [WCF]
So, I\'m using the Developer\'s Guide to the WCF REST Starter Kit and having a problem with the RequestInterceptor. I have the exact code the guide is showing but for some reason the method never ends[详细]
2022-12-21 13:51 分类:问答How to enforce one method in WCF Rest to be called via https, while others can be called over http
Is there a way in a WCF Rest Service implementation to require one method be called over https, while allowing others to be called over http or https without having to define two service endpoint bind[详细]
2022-12-18 07:48 分类:问答How are RESTful WCF services secured so that only the calling application can call them?
I have an application that uses Silverlight and ASP.NET as a front-end. It retrieves data from the server by calling some RESTful WCF services that are ho开发者_JS百科sted there. I\'d like to prevent[详细]
2022-12-14 15:18 分类:问答WCF: Is there a way to return different datetime serialization based on the http Accept-Language header?
I would like my REST 开发者_如何学Cservice to return a DateTime as: 01-dec-2009 for Accept-Language: en-US[详细]
2022-12-12 20:17 分类:问答How do I get a DataMemberAttribute use a boolean type
I have a simple test app that pulls an xml doc from a rest interface. The data element has a couple of string fields and a couple of boolean fields. I creates a simple entity class and put a DataContr[详细]
2022-12-09 10:44 分类:问答