Questions tagged [wcf-rest]

A REST service built with WCF

REST Service built for WCF that contains HTTP specifications for GET, PUT, POST and DELETE as well as other standard REST elements.

MSDN documentation

619 questions
0
votes
1 answer

WCF Rest Services And User Info Persistence

I was trying to persist a logged in user as a cookie through a WCF Rest Service. I setup the cookie like follows, through a component that the WCF rest service uses: var cookie = new HttpCookie("Key"); . . cookie.HttpOnly =…
Brian Mains
  • 50,520
  • 35
  • 148
  • 257
0
votes
2 answers

Passing a complex object as a parameter to a JSON WCF method

I have the following method and the filters parameter is a 2d array of key value pairs. After a bit of research a Post method seems to make more sense, how would I go about rewriting the method to be a post? [WebGet(UriTemplate =…
Burt
  • 7,680
  • 18
  • 71
  • 127
-1
votes
1 answer

XSocket licensing

I'm currently in a project using XSockets. Understand that the project is open source and free to use. But it still requires a valid license to run. Can I know where I can get this license? The path given as information is invalid now. I have also…
Mohan
  • 1
  • 2
-1
votes
1 answer

How to open a new browser and display a pdf but using a POST method?

I've got a web service that requires data to be posted via a POST method using JSON format in order to request a specific document (.pdf). The document will need to be stream down and opened in the browser but I would like to open a new browser to…
Thierry
  • 6,142
  • 13
  • 66
  • 117
1 2 3
41
42