Page 1 of 1

Using REST services that does not return JSON, XML or JSONP

Posted: Thu Aug 01, 2013 2:59 am
by Pasteur Miranda

How can I use a REST service that doesn't return XML, JSON or JSONP as datatype? This service returns only plain text.


Using REST services that does not return JSON, XML or JSONP

Posted: Thu Aug 01, 2013 3:07 am
by maxkatz

You still might be able to create such service. The mapping won't work. You could get the data returned via the service call back.