REST services to handle attachments of different format as input

Hi All,

I have the following questions regarding REST services as i’m completely new to REST technique.

Basically i had to develop a webService (REST ) to accept attachments of different formats and store it in a directory path .

  1. Since i have to pass attachments as input ,One of the input fields are of object type. Is it possible to pass it via browser. How will the URL be generated in this case ?

2)Are there any server settings to be done while implementing REST services?

Please let me know if anyone has already implemented REST services to handle attachments.

TIA ,
Raj :slight_smile:

Raj – For normal webServices we should use a setting but in REST I am not so sure as I didn’t use attachments.

Let us see what other comments. :?

Thanks,

@ MR as173d : Yeah :frowning: Can you please let me know how you implemented a REST service.
TIA !

@ MR as173d : Yeah :frowning: Can you please let me know how you implemented a REST service.
TIA !

Raj – Please go through http://sagwebmethods.blogspot.com/ link, my implementation is very similar.

Thanks,