Does RESTful Web Services support multipart/related requests

I am trying to add support of “multipart/related” Content-Type to existing RESTful HTTP Web Service in Servoy. (for POST Requests)

I tried to send a POST requests with “multipart/related” Content-Type by using Postman and simple java application. See attachments.
Currently I am receiving an empty array in the first parameter of “ws_create” function.

Does Servoy RESTful HTTP Web Service supports “multipart/related” requests, and if it does how to make it work?

Thanks, Anton

Hi ATrinkunas,

I see you are new around here: welcome!

The links below should answer your questions:
https://wiki.servoy.com/display/DOCS/RE … b+Services
https://wiki.servoy.com/display/DOCS/Ws … tContents()

Hope this helps