Tagged Questions
The fastinfoset tag has no wiki summary.
2
votes
2answers
570 views
How do you use FastInfoset with JAXWS?
I've got code that looks like it should be correct based on what I can find, but the spewed output doesn't indicate that it's using FastInfoset. My understanding is the Accept should indicate it can ...
2
votes
2answers
549 views
Is there a “Fast Infoset” XML compression library for Delphi?
I would like to support Fast Infoset in some enterprise applications to reduce network traffic for XML and SOAP exchanges.
As documented on Wikipedia, there are Fast Infoset implementations for C# ...
1
vote
0answers
42 views
Is there a Fast Infoset implementation for Python?
I've seen libraries for C++ and Java, but no Python.
1
vote
0answers
99 views
Has anyone else seen the Java XML FastInfoset library corrupt text?
I read the claims from Sun people about the wonderful space economy of not only using FastInfoSet, but using it with an external vocab. The code for this purpose is include in the most recent version ...
1
vote
1answer
310 views
Parse Fast Infoset documents in PHP?
Is there a library which allows PHP to decode application/fastinfoset binary XML?
0
votes
2answers
67 views
Fast Infoset decoder in Android
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 ...
0
votes
1answer
289 views
Axis2 and fastinfoset - cannot get content-type to change
I've been trying to enable fastinfoset compression on my web services. However, I'm having a problem getting the content-type to change on the request from the client. At least, I think that's why ...
0
votes
1answer
336 views
Getting hold of FastInfoset readers and writers
JDK 1.6 includes the capability for using FastInfoset web services via the JAX-WS API. The implementations of these are hidden deep inside com.sun.xml.internal, with package names designed to put ...