Simple Object Access Protocol (SOAP) Question:
Download Questions PDF

Explain the difference between RPC and Local calls?

Answer:

An important difference between Remote call procedure and local call is that remote call can fail often and this occurs without the knowledge of the user. Local calls are easily handled. Another main difficulty lies with the code writing capability because it is written in a low level language.

Download SOAP Interview Questions And Answers PDF

Previous QuestionNext Question
Explain about the role of XML in SOAP?What are the elements which should be contained in SOAP message?