In our org , we have soap & rest based services that have focused set of responsibilities. For instance , there is customer service for managing customer info , account service for managing account info etc. Is there any advantage of making them microservices? If it has to be converted to a microservice , what typically has to be done?
When I read about microservices , it is primarily being compared with monolithic apps. But in all the large companies that I have worked over the past 5-6 yrs , I have always seen things implemented as webservices. I don’t see many examples of why microservice is advantageous over rest based service.