Webservice Server in Rails

Asked

Viewed 458 times

1

Hello, I’m developing a Webservicee server using Gem wash_out (https://github.com/inossidabile/wash_out). On this server I will insert, display, delete and update data (CRUD). It will probably be a Delphi application that will access the Webservice and manipulate the data. I am very lay in this matter of Webservice and I would like some tips: Is the use of this Gem indicated to create this server? Is there another way to make a Webservice? For you, what is the best way to create a Webservice server?

Thank you so much

  • Webservice using SOAP is outdated technology. I suggest you take a search by REST Apis.

  • 1

    @Alextakitani SOAP is not outdated. It is best suited to a context with higher standardization and interoperability requirements, very common in corporate environments that use an ESB to coordinate multiple applications and target messages based on content. REST is lighter and more flexible.

  • 1
  • @utluiz vc would do something new using SOAP instead of REST?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.