作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2009, Vol. 35 ›› Issue (1): 126-127,. doi: 10.3969/j.issn.1000-3428.2009.01.042

• 网络与通信 • 上一篇    下一篇

基于差分编码和压缩的SOAP优化

刘 欣,谢 琦   

  1. (郑州大学信息工程学院,郑州 450001)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2009-01-05 发布日期:2009-01-05

SOAP Optimization Based on Differential Encoding and Compression

LIU Xin, XIE Qi   

  1. (Department of Information Engineering, Zhengzhou University, Zhengzhou 450001)
  • Received:1900-01-01 Revised:1900-01-01 Online:2009-01-05 Published:2009-01-05

摘要: 针对SOAP在序列化和反序列化过程中效率低及消息自身的冗余问题,提出在.NET框架下使用SOAP扩展以优化SOAP消息。对于SOAP请求消息,采用增加消息模版的方式实现差分编码,对于SOAP响应消息,根据消息的长短分别采用压缩或差分的方法来优化,减少带宽占用,使Web服务得到优化。

关键词: 简单对象访问协议, SOAP扩展, 差分编码, 压缩

Abstract: Aiming at the SOAP serialization of messages and the verbose SOAP messages, this paper provides optimizing the SOAP message by using SOAP extension. For the SOAP request, it realizes differential encoding by adding SOAP message skeleton, for the SOAP response, it compresses long message or realizes differential encoding of the short SOAP message. It can save the bandwidth and optimize the Web services.

Key words: Simple Object Access Protocol(SOAP), SOAP extension, differential encoding, compression

中图分类号: