How can I use a REST service that doesn't return XML, JSON or JSONP as datatype? This service returns only plain text.
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.