Веб сервисы = Веб службы. Я постараюсь называть их везде Веб сервисами. Так проще.
Веб сервисы - приложения просто обмениваются между собой XML данными по сети. Как следствие, зависимотей к определенному языку или пратформе не существует.
When using the SOAP protocol, web service operations are defined in an XML document called a Web Services Definition Language (WSDL) file. After creating the WSDL, implementation of web services is done in a proper programming language such as Java.
Representational State Transfer (REST) is an architectural style in which web services are viewed as resources and can be identified by Uniform Resource Identifiers (URIs).
Restful:
Restful примеры:
Книги: