REST - application/xml supported ?

Posted by gdb390 on 18-Sep-2014 10:39

Hi,

I'm playing around with REST Webservices.

I managed to get one working, but it only supports application/json

Or can it handle application/xml too ? 

I'm getting an 415 Unsupported Media Type error.

kind regards

gerd

All Replies

Posted by Irfan on 18-Sep-2014 11:10

Hi Gerd,

As of now it only supports application/json.

Posted by gdb390 on 18-Sep-2014 13:34

Thank you Irfan for the quick response !

Posted by gdb390 on 22-Sep-2014 08:46

There is a work around explained in article 45183

It's saying :

* map parameter to body of request

* do not set content-type header

This thread is closed