Questions tagged [wcf-rest-starting-guide]
5 questions
1
vote
1 answer
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.
This is my code:
public override void…

sebagomez
- 9,501
- 7
- 51
- 89
0
votes
1 answer
Passing a string from android to wcf restful service is getting null
Am having a wcf webservice, when am hitting the webservice in POST menthod from android, the value which am getting in service is null.
The cs file is given below:
[WebInvoke(Method = "POST", RequestFormat = WebMessageFormat.Json, ResponseFormat =…

Shyam Kumar
- 1
- 2
0
votes
2 answers
SILVERLIGHT: How to access a restful service from silverlight
What is the standard way of accessing a restful service from silverlight (I am targetting v3 of silverlight)?
In .net i use REST Starter KIT but its not compatible with Silverlight - although i did find a port but unsure weather to try it.
Is there…

Martin
- 23,844
- 55
- 201
- 327
0
votes
0 answers
Difference in execution of SOAP based WCF from a Restful WCF
Can anyone please tell what is the actual difference between a Restful WCF and a normal WCF service?
By difference I basically means the difference in the way .net handles both the requests.
Is it like when we change a WCF service to Restful, using…

Vishnu
- 897
- 6
- 13
0
votes
3 answers
Do you have to install the REST starter kit in asp.net to access APIs?
I'm currently trying to access a REST API for the first time using visual web developer 2008 express edition.
Every article I have found says you have to install the WCF REST starter kit which is a .msi file, which would suggest that I have to…

jonhobbs
- 26,684
- 35
- 115
- 170