Using REST services that does not return JSON, XML or JSONP
Posted: Thu Aug 01, 2013 2:59 am
How can I use a REST service that doesn't return XML, JSON or JSONP as datatype? This service returns only plain text.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
How can I use a REST service that doesn't return XML, JSON or JSONP as datatype? This service returns only plain text.
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.