Building a Generic SOAP Framework over Binary XML
- 21 July 2006
- conference paper
- Published by Institute of Electrical and Electronics Engineers (IEEE)
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 sep- arating 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 com- plicates development due to the multiple libraries and type systems to be handled; furthermore it suffers from perfor- mance 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 exper- iments show that for scientific applications binary XML to- gether 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.Keywords
This publication has 5 references indexed in Scilit:
- A Binary XML for Scientific ApplicationsPublished by Institute of Electrical and Electronics Engineers (IEEE) ,2006
- The Globus Striped GridFTP Framework and ServerPublished by Institute of Electrical and Electronics Engineers (IEEE) ,2005
- Latency Performance of SOAP ImplementationsPublished by Institute of Electrical and Electronics Engineers (IEEE) ,2003
- Investigating the limits of SOAP performance for scientific computingPublished by Institute of Electrical and Electronics Engineers (IEEE) ,2003
- Millau: an encoding format for efficient representation and exchange of XML over the WebComputer Networks, 2000