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 could not find anything on this topic.
Thanks
... Alan