Java webservice interview questions
When to use REST and when to use SOAP ? Use SOAP, when 1) The service provider and client/consumer need to follow a formal contract. The format is provided in the form of a WSDL file. 2) SOAP provides additional features for stateful operations. 3) Security : SOAP provides additional security by using WS-Security. Use […]