Hi guys!
A sincere thanks to everyone who helped me understand the image retrieval from WCF REst Service and helped me, get it working.
Now i have started working on Image upload program and i read through Carlos's blog on this link.
http://blogs.msdn.com/carlosfigueira/archive/2008/04/17/wcf-raw-programming-model-receiving-arbitrary-data.aspx
I have written the contract for Image Upload or the "POST" request.
My question is how do i test it? Should i write the TEST code as suggested in the blog in the main service itself or should i write a new client for it? IF so is there any example of a client that you might know which might help me?
Broadly my question is: - how do i test the "POST" request for my service for an image?
Appreciate all the help i can get.