Apache CXF helps you build and develop services using frontend programming APIs, like JAX-WS and JAX-RS. These services can speak a variety of protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
0
votes
0answers
8 views
How to register container response filter in CXF?
I recently upgraded from apache cxf 2.6.4 to 2.7.4. I had a custom ResponseHandler registered but since the migration guide for CXF 2.7.4 mentions that they are going to deprecate response handlers ...
0
votes
0answers
7 views
Unexpected wrapper element when using CXF generated client
I've generated a client for a webservice using CXF's wsdl2java.
THe client connects OK, but throws an expection complaining that the response found doesn't match the expected response.
May 22, 2013 ...
0
votes
1answer
10 views
How does one configure CXF generated client for preemptive HTTP auth?
I have a client that was generated by CXF using a local wsdl file. The client connects OK, and I get an expected 401 error from the web server.
The problem I've run into is not being able to properly ...
0
votes
0answers
12 views
Sending SOAP messages to CXF WebServiceProvider service results in exception “SOAPAction does not match an operation”
I've created a service using the @WebServiceProvider annotation, as it's purpose is to forward SOAP requests to another service. The problem is that any client that invokes the service causes a ...
0
votes
0answers
15 views
How to configure multiple webservices using applicationContext.xml and CXF
I have a applicationContext.xml in which I am configuring all my webservices like below -
<import resource="classpath:META-INF/cxf/cxf.xml" />
<import ...
0
votes
1answer
17 views
What version of CXF should I use?
I have been updating some of my example CXF programs. I thought the best approach to selecting the correct version would be to check CXF out from apache and build it on my machine. What I found was ...
0
votes
0answers
12 views
How do you get a ns prefix map from CXF SOAP request?
I'm working with requirements for a SOAP endpoint that takes in an XML object that includes an XPath query. This query is namespace dependent. The Xpath string will have namespace prefixes that will ...
-1
votes
0answers
12 views
use mtom with cxf-wsn to send attachment with notification
I am using cxf-wsn and now want to send attachments with the notification using mtom.
Is it possible to get mtom working with cxf-wsn? For example can the cxf-wsn sample be modified to support mtom? ...
0
votes
1answer
49 views
Not able to generate client code with wsdl2java and maven using CXF
I'm using maven cxf-codegen-plugin to generate client files from wsdl but not able to do so.
I want that all the wsdl files in the folder src/main/wsdl should be scanned and corresponding clients ...
0
votes
0answers
19 views
Error while creating web service using apache CXF wizard
I am creating a web service through the apache CXF. but while i proceed(before the wsdl gets created), i receive the following error
Exception in thread "main" java.lang.NoClassDefFoundError: ...
0
votes
0answers
14 views
Circular imports in wsdl - java class generation
There are two wsdls :
svcwsdl which has port type and service definitions
svcwsdl1 which has the binding definitions
svcwsdl refers svcwsdl1 for binding type and svcwsdl1 refers svcwsdl for port ...
0
votes
1answer
20 views
Custom object input for CXF-JaxRS WebClient
I am pretty new to RESTful, and trying to create a sample services to achieve POST on void methods. I am able to test the method for String class but getting Exception while testing with custom ...
0
votes
2answers
23 views
programmatically get server load information from Apache ServiceMix using JMX
Is it possible to get the server load information of a webserver deployed on a ServiceMix / Fuse ESB.
I dont want to use Jconsole but get the information by running a java file and writing the values ...
0
votes
1answer
16 views
JSONProvider transform elements to attributes (cxf)
We are building a REST service with CXF where we send and receive data in both JSON and XML
In the JSON version we dont want to bother our clients with using the '@' notation for attributes and using ...
0
votes
0answers
26 views
onCompletion being triggred, not onException
This is a varition of the question, I asked in Camel's CXF component not catching onException(Exception.class)
I have implemented the solution which Claus suggested in the above but its not ...
0
votes
0answers
21 views
Jetty start-up optimaza
I am using apache CXF to generate java source classes from wsdls (aprox 50), which are loaded in jetty server. Jetty (v.7.4.5) is started programmatically using ...
0
votes
0answers
55 views
Received error response from long request web service
We have the following problem.
There is an application with web services (client) on Apache CXF and under JBoss AS7.
There are 3 scenarios:
I am sending a request through our application with a ...
0
votes
1answer
15 views
Map as return type of @MatrixParameter
The Rest-api we are building we need some sort of filtering system to prevent too much (useless) data to be transfered to our client. The use of @MatrixParameter seems like a nice solution since this ...
0
votes
1answer
21 views
Using apache cxf to dynamicly create web service client (fix no operation found unchecked exception), invoke operation with authentication
So I wanted to to find a way to invoke web service operation dynamically with authentication.
This is what I found.
0
votes
0answers
32 views
Grails injected services exposed as web methods in cxf
I have a service class that I expose as jaxws using the Grails Cxf plugin. In my service I have to inject another service class which I use in my web services. If I make the service field public I get ...
0
votes
0answers
25 views
Consuming WS-Security protected webservice with WCF client
I'm trying to consume a soap webservice using a WCF/C# client.
The server's wsdl defines its security policy in its wsdl file like this:
<wsp:Policy wsu:Id="BindingSecPolicy">
...
0
votes
0answers
31 views
How to make CXF Logging feature work with SOAP messages?
I have logging set up for CXF. It is successfully logging using log4j. As a test I have modified the settings in log4j.properties, where the root logger is set to INFO.
Adding ...
0
votes
0answers
28 views
Accessing service path parameters from CXF Message
I am writing an interceptor to validate the requests that I see. However, I am unable to determine a way to access the path parameters (any parameter for that matter). Although, when I expand the ...
0
votes
0answers
47 views
how to bootstrap Spring in a JbossWS-CXF web service deployed in jboss AS 7.2
TLDR at the bottom:
As per the JBossWS-cxf user guide, for a web service, the web.xml should contain the following
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
...
0
votes
1answer
36 views
Consuming service with problematic wsdl - Unexpected Element Exception
I have to consume service with problematic wsdl (cannot change it). At first I had to custom mapping because generated classes were in java.x package. Now I generated vanilla client and tried to use ...
0
votes
0answers
44 views
Programmatically configure WCF client binding to access SSL + Soap 1.1 + Basic Auth
I'm trying to write a C# WCF client (generated by svcutil from wsdl) to access a CXF (java) service implementing the same wsdl.
The service is working fine but I'm having trouble connecting to it on ...
0
votes
2answers
31 views
Identify a SOAP message as request or response
I have a middleware which can accept the SOAP request and well as can make SOAP request.
I have written the custom interceptors to intercept the inbound and outbound request to log them in ...
0
votes
2answers
42 views
Catching the SOAP Fault error in custom interceptor (Soap12FaultOutInterceptor)
I wrote a custom CXF interceptor to log all the SOAP request and responses into the database and it seems to be working fine with positive test cases and server errors.
But when a SOAP Fault occurs ...
0
votes
0answers
25 views
transfrom array to hashed object with Jsonprovider (cxf jax-rs)
I'm building a restfull webservice which is to consumed as both json and xml.
The data i'm exposing contains lists of variable 'properties'.
(The output is created by from Jaxb java objects)
in xml ...
-1
votes
1answer
33 views
namespace issue on web service with Apache CXF
I'm using Apache CXF 2.7.3, and running into a namespace issue that I really don't understand. I've tried extensively to search on this, but most of the results that I find are for different ...
0
votes
0answers
13 views
webservices and cxf transport architecture
a-simple-jax-ws-service
Endpoint.publish(address, implementor);
it suggests cxf has some private http server ?
can this server be replaced eg with jetty or tomcat, if so how ?
is it somewhere ...
0
votes
1answer
21 views
Display custom message while mule project is shutdown
In MULE CE 3.3.0, I have this Configuration XML file(I copied it below)
<mule xmlns="http://www.mulesoft.org/schema/mule/core" xmlns:http="http://www.mulesoft.org/schema/mule/http"
...
0
votes
1answer
41 views
how can shows wsdl from internet by new address (own address)?
i want use wsdl form internet in mule such as :http://www.ommolketab.org/OML_News.asmx?WSDL
i want to :
after that i write [http://localhost:8082/myservice?wsdl][2]
be showed wsdl from address ...
0
votes
1answer
27 views
classloaders with cxf and jax-ws
in Difference between Jax-ws, axis2, cxf
Daniel wrote
And for the most part, if you start with the in-jdk JAX-WS impl, you can drop in CXF at any time and it would still work.
Can this behave ...
0
votes
1answer
46 views
Rest service - cannot find method / operation
Thought I had some idea of how the urls are mapped, but not having any luck here.
CXF 2.7.3
I have a simple rest service that uses post to consume a string. It builds and deploys.
I think I should ...
1
vote
0answers
27 views
Webservice consuming image from Android camera only on lower resolutions
I have a webservice running and ready to consume images produced by my Android tablet camera (Samsumg Galaxy TAB 10.1).
It works perfectly when consuming images taken at 1024x768 resolution (0.8M). ...
1
vote
1answer
43 views
Camel's CXF component not catching onException(Exception.class)
I have a camel-cxf webservice up. I use to handle all SOAP Faults in the CXF's SOAP Fault Interceptor mechanism. That is working well.
I thought that its better to handle Exception thrown at the ...
0
votes
1answer
20 views
How to Avoid CXF Generating Separate class rather than use exiting XMLRootElement Class(JAXB Class)
I'm newbie to CXF and JAXB. I'm trying to generate WSDL from Java class(Bottom up Approach) using eclipse on CXF.
Created the Interface as fellows.
@WebService(name = "EBMData", targetNamespace = ...
0
votes
1answer
70 views
Client classes generated by cxf-codegen-plugin:wsdl2java missing Policies attached in WSDL
I used cxf-codegen-plugin to generate client classes:
<plugin>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-codegen-plugin</artifactId>
...
0
votes
0answers
18 views
Apache CXF generates unnecessary types in the WSDL document
I am using Apache CXF 2.7.3, via Eclipse 4.2 When I select a java class to build a web service it will run java2ws behind the scenes. It successfully creates the wrapper classes and the WSDL document. ...
0
votes
0answers
16 views
No operation matching request path
I am building RESTful API with CXF. I have added two extra methods to delete my resource (messages) but when I send request I get "No operation matching request" in my logs:
No operation matching ...
0
votes
0answers
47 views
Eclipse Link Excpetions while deploying CXF based Web application
I have a Weblogic 10.3.5 with Java 1.6.0_24 on a Windows machine. I use CXf 2.2.3 for managing the web service components
Recently,started upgrading to Weblogic 12.1.1 with JDK 1.7.0_13. But the ...
0
votes
0answers
32 views
CXF WebService & HTTPS
I'm working on a Web Service that will be published on a Web Logic server and in front of it, there will be an Apache server that will attend all the requests and direct them to the proper WL instance ...
0
votes
0answers
13 views
Guaranteed-to-fire out interceptor in Apache CXF?
I have a CXF stateless Web Service that uses a custom AppContext object, which is just a container for per-request quasi-singletons. The AppContext is stored in a ThreadLocal so it's per-request, but ...
1
vote
1answer
33 views
Disable special treatment of a List<T> implementor during JAXB marshaling
I have a @XmlTransient class called ListBase<T> which implements List<T>. I then subclass that list into @XmlType StringList, @XmlType PersonList, etc.
It seems that JAXB treats such ...
1
vote
0answers
76 views
Can I use @RolesAllowed on RESTful Resources implemented on Apache CXF?
My question is
"Can I use @RolesAllowed on RESTful Resources implemented on CXF ?".
First of all, I explain the context causing this question.
I'm working at some projects in which developers have ...
0
votes
0answers
20 views
JBoss 4.2.2 GA class loading error even after putting java2ParentDelegation=false
I am building a REST webservices using Apache CXF 2.3.3 and I am using eunciate for documentation. When I deploy it in Jboss 4.2.2 GA in RHEL Tikanga it throws this error Unable to create SAAJ ...
0
votes
0answers
21 views
java.lang.NoClassDefFoundError exception loading a rest endPoint in particular condition
I have the following problem loading a rest endPoint using cxf.
The operations I do to load the rest endPoint after its publication are the following:
JAXRSClientFactoryBean proxyFactory = new ...
0
votes
0answers
24 views
Apache camel - Multiple inbound endpoints, different error handling
We have a camel-route and some error handling challenges.
There are two inbound endpoints, one cxf-webservice, one activeMQ.
Both endpoints are routed to the same direct:endpoint for processing ...
0
votes
0answers
23 views
Mixin annotation not getting honored when passed as a parameter
I have a third party class SpecialObject as:
public class SpecialObject {
private String name;
private Integer id;
private Date date;
public String getFoo() {return "foo";} //Outlier
...



