Pasteur Miranda
Posts: 0
Joined: Thu Aug 01, 2013 2:59 am

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

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

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.

Return to “Issues”