I'm trying to figure out a few things related to using FastInfoSet: 1) How do I set up our CXF Servlet to use FastInfoSet? 2) How do I set up our SOAP client to use FastInfoSet? 3) Will this work if I also have other SOAP clients that won't be using FastInfoSet?
In a nutshell, we have server that's exposed to the outside world as well as used by our internal systems. For example, our batch server will be calling our main server and could use FastInfoSet since we control both ends. However, the batch system uses the same interface that's used by the outside world who probably aren't using FastInfoSet. Can I use FastInfoSet in this kind of setup? And, if so, can you point to example configuration/code for server and client? For the server, I did find the following page, but I'm not sure where I'd add the Spring <bean> declaration. Would it a sibling to the <jaxws:endpoint> declaration that exposes the SOAP endpoint? https://cwiki.apache.org/confluence/display/CXF20DOC/FeaturesList Thanks, Chris
