WCF « cxf « Java Enterprise Q&A





1. What is the best way to expose a WCF service so that it can be easily consumed from Java/CXF?    stackoverflow.com

We'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 from being generated in a CXF Web Service client?    stackoverflow.com

I'm trying to create a web service client using CXF to consume a WCF web service. When I use wsdl2java it generates objects with JAXBElement types instead of String. I read about using ...

3. How do I consume a WCF Soap 1.2 Web Service using a CXF Web Service Client?    stackoverflow.com

Does 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.com

I 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: ...