开发者

Fast Infoset decoder in Android

开发者 https://www.devze.com 2023-03-29 13:04 出处:网络
I am implementing an Android web service client to consume a SOAP based web service. One of the output format is application/soap+fastinfoset, and I would like to take advantage of the data compressio

I am implementing an Android web service client to consume a SOAP based web service. One of the output format is application/soap+fastinfoset, and I would like to take advantage of the data compression because of the relative high data rate.

Is there any Fast Infoset decoder for Android? I looked online for a long time, and开发者_JAVA百科 could not find anything on this topic.

Thanks

... Alan


You might also want to consider looking at W3C Efficient XML Interchange (EXI). It was adopted by W3C as the global standard and is far more compact than FastInfoset. You can find implementations for web-service and mobile platforms (including Android) from http://www.agiledelta.com.


Looks like the only answer will really be to recompile the reference implementation to run on Android: there may be Xerces-J interface dependencies you'll need to work around.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号