No announcements
Found 929849 threads
-
0 Votes
WCF REST + JSON Services
the following link should be a good intro about building WCF Data Services: ...Answered | 1 Replies | 5024 Views | Created by Shelby Moore - Wednesday, March 23, 2011 6:50 PM | Last reply by Ahmed mo - Monday, May 2, 2011 10:35 PM -
0 Votes
REST and JSON in a WCF Service.
If you want to send your response back as either JSON or XML you can either configure your service operation with the return message format or specify an ...Answered | 1 Replies | 1806 Views | Created by AdColvin - Sunday, November 4, 2012 7:08 PM | Last reply by Aioriya - Monday, November 5, 2012 11:17 PM -
1 Votes
WCF JQuery JSON Tutorial
Hi, Here you have few tutorials that show you how to do ...Answered | 1 Replies | 15527 Views | Created by HarshadR - Wednesday, September 30, 2009 9:22 AM | Last reply by rfreire - Wednesday, September 30, 2009 4:00 PM -
0 Votes
WCF REST JSON Service consumed by IPad App
Hello, Returning a byte array is not required, I recommand looking first at the WCF rest samples of Microsoft.Answered | 1 Replies | 5738 Views | Created by W15z - Monday, April 4, 2011 9:09 PM | Last reply by Pieter De Rycke - Tuesday, April 5, 2011 9:26 AM -
3 Votes
Consume Restful WCF service in json
I have created an WCF Restful Service with Data Contract [DataContract] public class ...Answered | 2 Replies | 4426 Views | Created by OmendraGangwar-MCA - Saturday, January 12, 2013 10:28 AM | Last reply by Ed Price - MSFT - Wednesday, January 16, 2013 1:44 AM -
1 Votes
how to send json from android to wcf service?
Hi Miskeen Ali Jatoi, Based on your description, I know that you want to post json data from android application to the WCF Service, then I will ...Answered | 2 Replies | 5955 Views | Created by Miskeen Ali Jatoi - Tuesday, March 17, 2015 12:30 PM | Last reply by LoveMyWork123 - Wednesday, March 18, 2015 3:25 AM -
0 Votes
how to post json data for Android Client using WCF Rest Service
Hello, For how to post json data for Android Client using WCF REST Service using C#, please try to refer to the following ...Answered | 1 Replies | 2271 Views | Created by sandeepmsandy - Thursday, February 4, 2016 1:07 PM | Last reply by Amy Peng - Friday, February 5, 2016 11:46 AM -
3 Votes
Alternatives to WCF/REST
I guess that Json and REST just go hand in hand so often that it is assumed that we are talking about Json when we talk about REST.Answered | 23 Replies | 9015 Views | Created by MelbourneDeveloper - Monday, July 18, 2016 4:20 AM | Last reply by MelbourneDeveloper - Monday, August 8, 2016 1:09 AM -
0 Votes
Configuration for WCF REST service and MSSQL
view source printAnswered | 1 Replies | 1122 Views | Created by vincentr - Monday, January 19, 2015 6:16 PM | Last reply by Girish Prajwal - Tuesday, January 20, 2015 10:13 AM -
0 Votes
consume rest based wcf services through json format
[ServiceContract] public interface IService1 { ...Answered | 1 Replies | 5339 Views | Created by vinayrajaram - Saturday, September 26, 2009 7:30 AM | Last reply by Haripraghash - Saturday, September 26, 2009 8:25 AM -
0 Votes
WCF REST alter JSON from Request/Response
This way you don't need to modify the service contract.Answered | 4 Replies | 6195 Views | Created by Gerben Rampaart - Saturday, March 26, 2011 2:10 PM | Last reply by Yi-Lun Luo - Monday, March 28, 2011 3:01 AM -
0 Votes
json on WCF service application
Please look into this url http://stackoverflow.com/questions/2086666/wcf-how-do-i-return-clean-json With Thanks and Regards Sambath ...Answered | 2 Replies | 2203 Views | Created by WenHao.Mui - Thursday, November 1, 2012 4:15 AM | Last reply by LeoTang - Friday, November 2, 2012 3:15 AM -
0 Votes
How do I create a REST/JSON server using VisualStudio 2013?
But if it is related to the WCF REST Service with JSON like the following documents, maybe you could get better support from theAnswered | 1 Replies | 5239 Views | Created by DavidThielen - Thursday, July 25, 2013 5:02 PM | Last reply by Jack Zhai-MSFT - Friday, July 26, 2013 9:21 AM -
0 Votes
Deserializing JSON Object Returned By Rest WEB Service
Most people working with JSON use the NewtonSoft JSON.NET NuGet package.Answered | 5 Replies | 690 Views | Created by Zaid Mirza - Tuesday, September 22, 2015 12:20 PM | Last reply by Zaid Mirza - Wednesday, September 23, 2015 7:47 AM -
0 Votes
WCF Rest service template
Hi Mike, According to this case, as far as i know, the visual studio 2015 has no template of WCF Rest service.Answered | 2 Replies | 907 Views | Created by Mike Bullen - Friday, December 11, 2015 10:56 PM | Last reply by Grady_Dong - Tuesday, December 15, 2015 2:27 AM -
0 Votes
WCF Data Service Tutorial
Hi, These are good MSDN articles about WCF Data Services for Beginners WCF Data Services Beginner Guide to ...Answered | 1 Replies | 876 Views | Created by Subbu333 - Thursday, February 13, 2014 6:47 AM | Last reply by Srithar - Thursday, February 13, 2014 6:59 AM -
0 Votes
WCF Router Solution for a WCF Restful Services
ARR and URLRewrite didn't have the flexibility I needed So I've implemented a RESTful Router using WCF and plugin Behaviours that should do the ...Answered | 4 Replies | 7971 Views | Created by AleGal - Wednesday, February 24, 2010 8:38 PM | Last reply by Peter Reid - Thursday, November 8, 2012 9:21 PM -
0 Votes
WCF REST Service that accepts arbitrary JSON data into a Stream
For getting a Stream of body, you need to set {"Content-Type":"text/plain"} for the request instead of application/json.Answered | 3 Replies | 6646 Views | Created by GadgetmanStewart - Wednesday, April 5, 2017 2:55 PM | Last reply by Edward8520 - Thursday, April 6, 2017 7:21 AM -
0 Votes
WCF Rest backend service with JSON tutorial
User503812343 posted check below link where you can learn how to Get, POST data to and from to WCF REST service using simple or ...Answered | 3 Replies | 82 Views | Created by Anonymous - Tuesday, December 10, 2013 2:46 PM | Last reply by Anonymous - Monday, December 16, 2013 4:11 PM -
0 Votes
SharePoint 2010 WCF , REST Service
Deploy your service and _vti_bin folder and copy .SVC and .DLL inside this folder.Answered | 3 Replies | 5274 Views | Created by Ahmad Kharsah - Monday, May 21, 2012 5:34 AM | Last reply by Ahmad Kharsah - Saturday, May 26, 2012 7:52 AM - Items 1 to 20 of 929849 Next ›
No announcements