1. What is the best way to expose a WCF service so that it can be easily consumed from Java/CXF? stackoverflow.comWe've written a WCF service to be used by a Java shop, who is using CXF to generate the adapters. We're not that familiar with Java, but have exposed the ... |
2. How do I prevent JAXBElement |
3. How do I consume a WCF Soap 1.2 Web Service using a CXF Web Service Client? stackoverflow.comDoes anyone know the trick to calling a WCF (Soap 1.2) web service from CXF? I've been trying to get a basic hello world client working for a while now and I've ... |
4. .net WCF - CXF/WSS4j interoperability stackoverflow.comI would like to consume a CXF web-service from a .net c# client. We are currently working with java-to-java requests and we protect SOAP envelopes through ws-security (WSS4J library). My question is: ... |
5. Apache CXF with MTOM enabled WCF Service coderanch.com |