Skip to main navigation Skip to search Skip to main content

Building a generic SOAP framework over binary XML

  • Indiana University Bloomington

Research output: Chapter in Book/Report/Conference proceedingConference contributionpeer-review

6 Scopus citations

Abstract

The prevailing binding of SOAP to HTTP specifies that SOAP messages be encoded as an XML 1.0 document which is then sent between client and server. XML processing however can be slow and memory intensive, especially for scientific data, and consequently SOAP has been regarded as an inappropriate protocol for scientific data. Efficiency considerations thus lead to the prevailing practice of separating data from the SOAP control channel. Instead, it is stored in specialized binary formats and transmitted either via attachments or indirectly via a file sharing mechanism, such as GridFTP or HTTP. This separation invariably complicates development due to the multiple libraries and type systems to be handled; furthermore it suffers from performance issues, especially when handling small binary data. As an alternative solution, binary XML provides a highly efficient encoding scheme for binary data in the XML and SOAP messages, and with it we can gain high performance as well as unifying the development environment without unduly impacting the web service protocol stack. In this paper we present our implementation of a generic SOAP engine that supports both textual XML and binary XML as the encoding scheme of the message. We also present our binary XML data model and encoding scheme. Our experiments show that for scientific applications binary XML together with the generic SOAP implementation not only ease development, but also provide better performance and are more widely applicable than the commonly used separated schemes.

Original languageEnglish
Title of host publicationProceedings of the 15th IEEE International Symposium on High Performance Distributed Computing, HPDC-15
Pages195-203
Number of pages9
StatePublished - 2006
Event15th IEEE International Symposium on High Performance Distributed Computing, HPDC-15 - Paris, France
Duration: Jun 19 2006Jun 23 2006

Publication series

NameProceedings of the IEEE International Symposium on High Performance Distributed Computing
Volume2006

Conference

Conference15th IEEE International Symposium on High Performance Distributed Computing, HPDC-15
Country/TerritoryFrance
CityParis
Period06/19/0606/23/06

Fingerprint

Dive into the research topics of 'Building a generic SOAP framework over binary XML'. Together they form a unique fingerprint.

Cite this