No announcements
Found 1795132 threads
-
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 | 6796 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 + JSON Services
the following link should be a good intro about building WCF Data Services: ...Answered | 1 Replies | 5093 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 | 1881 Views | Created by AdColvin - Sunday, November 4, 2012 7:08 PM | Last reply by Aioriya - Monday, November 5, 2012 11:17 PM -
3 Votes
Consume Restful WCF service in json
I have created an WCF Restful Service with Data Contract [DataContract] public class ...Answered | 2 Replies | 4528 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 -
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 | 2303 Views | Created by sandeepmsandy - Thursday, February 4, 2016 1:07 PM | Last reply by Amy Peng - Friday, February 5, 2016 11:46 AM -
0 Votes
WCF RESTful service with binaryMessaginEncoding
I'm wondering whether there is any configuration issue(with bindign or behavior ...) on your WCF REST service.Answered | 6 Replies | 8802 Views | Created by jlefe - Monday, March 22, 2010 4:02 PM | Last reply by preston wilcox - Wednesday, June 9, 2010 6:30 AM -
0 Votes
Unable to "PUT" binary data to a RESTful WCF service
If you don't use it, i.e., if you try receiving the file as a byte[], or some type other than Stream, you'll have to format in a way that WCF is expecting it.Answered | 3 Replies | 4882 Views | Created by Jeff Lehner - Thursday, January 14, 2010 3:57 AM | Last reply by Carlos Figueira - Thursday, January 14, 2010 11:39 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 | 5817 Views | Created by W15z - Monday, April 4, 2011 9:09 PM | Last reply by Pieter De Rycke - Tuesday, April 5, 2011 9:26 AM -
0 Votes
consume rest based wcf services through json format
[ServiceContract] public interface IService1 { ...Answered | 1 Replies | 5385 Views | Created by vinayrajaram - Saturday, September 26, 2009 7:30 AM | Last reply by Haripraghash - Saturday, September 26, 2009 8:25 AM -
1 Votes
How to stream data at LOW bitrate with WCF REST
I guest WCF streaming was designed with large payload in mind.Answered | 2 Replies | 4734 Views | Created by tpolaert - Friday, February 18, 2011 3:16 PM | Last reply by tpolaert - Tuesday, February 22, 2011 3:37 PM -
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 | 732 Views | Created by Zaid Mirza - Tuesday, September 22, 2015 12:20 PM | Last reply by Zaid Mirza - Wednesday, September 23, 2015 7:47 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 ...Answered | 2 Replies | 6027 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 Image file converted in Base64 string as JSON input to REST WCF
If you're sending the base64-encoded data of the image, you need to receive it as a JSON string, since JSON arrays (even byte arrays) are represented as JSON ...Answered | 3 Replies | 46691 Views | Created by DSarika - Wednesday, May 19, 2010 7:30 AM | Last reply by Syed Emad - Monday, July 16, 2012 9:21 AM -
0 Votes
RESTful WCF Workflow Service
Hi, In WCF Workflow Services you don't define a service contract as an interface, the contract is projected from the XAMLX.Answered | 1 Replies | 5942 Views | Created by Kevin Hoffman - Thursday, September 9, 2010 3:33 PM | Last reply by Alan Smith MVP - Thursday, September 9, 2010 5:50 PM -
0 Votes
how to pass xml data as input parameter to json rest based wcf services
Also, you'll need to escape the characters which are not valid in JSON strings in the dynamic xml so you can send it as a JSON string - see code below.Answered | 1 Replies | 22351 Views | Created by vinayrajaram - Wednesday, September 30, 2009 1:39 PM | Last reply by Carlos Figueira - Wednesday, September 30, 2009 4:08 PM -
0 Votes
WCF Restful Service receiving Streamed data , passing stream to another class.
Or you can copy the stream to a memory stream if you want to access/read it for multiple times.Answered | 3 Replies | 4638 Views | Created by Dream Realm - Sunday, October 4, 2009 6:57 PM | Last reply by Steven Cheng - MSFT - Wednesday, October 7, 2009 8:25 AM -
1 Votes
WCF UriTemplate and POST data
By default, WCF maps XML content types (application/xml, text/xml, etc) to an encoder which can read XML; JSON content types (application/json, text/json) to one ...Answered | 7 Replies | 19258 Views | Created by jagaurg - Saturday, November 27, 2010 8:59 AM | Last reply by Carlos Figueira - Monday, December 6, 2010 5:49 PM -
1 Votes
Send data to REST service
hi, I would like to send data to my REST Service provider.Answered | 1 Replies | 1564 Views | Created by Lutador83 - Friday, December 6, 2013 10:15 AM | Last reply by Eason_H - Monday, December 9, 2013 2:17 AM -
0 Votes
Configuration for WCF REST service and MSSQL
view source printAnswered | 1 Replies | 1176 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
WCF REST alter JSON from Request/Response
This way you don't need to modify the service contract.Answered | 4 Replies | 6260 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 - Items 1 to 20 of 1795132 Next ›
No announcements