2 2 votes Which is the protocol for performing RPCs between applications in a language and system independent way?Hyper Text Transmission Protocol (HTTP)Simple Network Management Protocol (SNMP)Simple Object Access Protocol (SOAP)Simple Main Transfer Protocol (SMTP) Computer Networks ugcnetcse-dec2013-paper3 computer-networks application-layer-protocols + – go_editor 2.1k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
2 2 votes ans is C SOAP is an acronym for Simple Object Access Protocol. It is an XML-based messaging protocol for exchanging information among computers. SOAP is an application of the XML specification. Although SOAP can be used in a variety of messaging systems and can be delivered via a variety of transport protocols, the initial focus of SOAP is remote procedure calls(RPC) transported via HTTP. Sanjay Sharma answered Jul 28, 2016 Sanjay Sharma comment Share Follow 0 reply Please log in or register to add a comment.