Latency Performance of SOAP Implementations

  • Authors:
  • Dan Davis;Manish P. Parashar

  • Affiliations:
  • -;-

  • Venue:
  • CCGRID '02 Proceedings of the 2nd IEEE/ACM International Symposium on Cluster Computing and the Grid
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents an experimental evaluation of the latency performance of several implementations of Simple Object Access Protocol (SOAP) operating overHTTP, and compares these results with the performance Of JavaRMI, CORBA, HTTP, and with the TCP setup time.SOAP is an XML based protocol that supports RPC andmessage semantics.While SOAP has been designed as an interoperable business-to-business protocol usable over the Internet, we believe that applications will also use SOAP for interactive web applications running within an intranet.The objective of this paper is to identify the sources of inefficiency in the current implementations of SOAP and discuss changes that can improve their performance.SOAP implementations studied include Microsoft SOAP Toolkit, theSOAP: Lite Perl module, and Apache SOAP.