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

What are the elements which should be contained in SOAP message?

Tweet Share WhatsApp

Answer:

Following elements are contained in the SOAP message.
1) An envelope element which identifies and translates the XML document into a SOAP message.
2) A header element is a must as it should contain header message.
3) A body is required which should contain call and response message.
4) Fault element is required which can communicate about the errors occurred during the process

Download SOAP PDF Read All 11 SOAP Questions
Previous QuestionNext Question
Explain the difference between RPC and Local calls?Explain about the SOAP Envelope element?