In our SOA we will have to sign a request (parts of the SOAP header) twice: 1. the client signs the SOAP body
As part of our application we are using apache\'s xerces jaxp parser. When we deploy the application on weblogic 9.2, we are getting the following error.
I am trying to secure communications via SSL/TLS for one of our Web Service using CXF 2.2.5. I am wondering how to update client and server Spring configuration file to activate this feature.
We use CXF framework with aegis mapper for java server and .NET client. By default we have minOccurs=0 for all variables in classes in WSDL.
How can I get the principal name, session and ideally check if the principal is authenticated with the Spring Security context inside a CXF JAX-RS webservice method receiving a call from an Android cl
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). The service itself is pretty simple: rece
Is there a way to specify which XML parser cxf uses?Either through the cfx.xml file or programmatically?
For bean->xml convertion in webservices we use Aegis from CXF (it is jaxb-compatible, as I understand).
We get the following error when we use WSDL2Java tool to generate stubs. The webservice is up and running.
I\'m working on an Apache CXF webservice (using JAX-WS, over SOAP).The service itself is pretty simple: receive a request, insert the request into a database, and return whether the insert was success