responseformat Questions
4
Solved
WCF offers two options for ResponseFormat attribute in WebGet annotation in ServiceContract.
[ServiceContract]
public interface IService1
{
[OperationContract]
[WebGet(UriTemplate = "greet/{valu...
Circumrotate asked 14/6, 2009 at 9:42
2
Solved
I have a WCF restul service and I want to allow the user to choose what request format they want, i have the decorations
[OperationContract]
[WebInvoke(Method = "GET",
ResponseFormat = WebMess...
Remonstrant asked 17/6, 2009 at 18:12
1
© 2022 - 2024 — McMap. All rights reserved.