|
webservice is a high-level protocol based on http, which is not comparable
Webservice is used for language-independent data transmission and method invocation. You should compare webservice and RMI
For a simple example, two services A\B, A need to call a method of B String getString (String param); directly call with webService, feels like a local call, but using http to implement it is very troublesome
There are many differences, you just need to search for it |
|