IMPLEMENTASI KOMPRESI SOAP MESSAGE MENGGUNAKAN GZIP DATA COMPRESSION ALGORITHM PADA DECISSION SUPPORT SYSTEM UMM
Main Author: | Setyawan, Arif |
---|---|
Format: | Thesis NonPeerReviewed |
Terbitan: |
, 2011
|
Subjects: | |
Online Access: |
http://eprints.umm.ac.id/19029/ |
Daftar Isi:
- Web service is a software system designed to support interoperable machine-to-machine interaction over network. Interaction with web service need protocol named SOAP(Single Object Access Protocol) as the interface. SOAP is the protocol specified to exchange information within based on XML form. This self-descriptive textual format for structured data is renowned to be verbose. This verbosity can cause problems due to communication and processing overhead in resource-constrained environments (e.g, small bandwidth network). One of solution to solve the problem is by compressing the SOAP. Since SOAP runs on HTTP, it must track the standard given by IANA. GZIP is one of the compression that supported by HTTP/1.1. This paper will give result of GZIP implementation to web service by defined certain case of constrained environment (e.g. process, time, and size matter).