A SOAP service has been used in my web application. In my web application, each and every request-response process is done via SOAP service. As i said, there is extensive use of SOAP.Very Complex structures are defined in WSDL. More importantly, we have two different teams for SOAP service development: one for web service client and other for server.
Now, my team is thinking of moving from SOAP to REST as they think that SOAP is a very heavy. It will be beneficial to move on REST as it is light weight.
Being not having small chunk of bytes like in SOAP header makes REST lighter?
Please suggest do we really need to move onto REST. Will it be beneficial in our scenario?
Thanks in advance!!