Schema « cxf « Java Enterprise Q&A





1. XML Schema Creation Error - What is JAXB Doing?    stackoverflow.com

I'm working on a project that involves a simple web service, and have had a slew of little problems. It's an Apache CXF webservice (using JAX-WS, over SOAP). ...

2. How to add XML Schema into SoapBody of SoapMessage in Apache CXF?    stackoverflow.com

is there a way to modify SoapBody message using Apache CXF ? I have tried to use Interceptors feature with Phase.SEND mode to try to add an xml schema with ...

3. CXF: How to change package of WSDL imported XML Schema using JAXB external binding file?    stackoverflow.com

I have a WSDL file which imports several XML Schemas, each of them having the same namespace (let's call it A). I'm trying to use a JAXB external binding file to ...

4. How to add XSI schema on head of the request in SOAP?    stackoverflow.com

I have some services in SOAP using CXF (Apache Framework) and I use SOAPui to generate the XML request to call them. I would like to know how to add the ...