python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Implementing a CXF JAX-RS client with JSON request
I am trying to develop a client where i will perform a POST operation and pass a json in the service request.
Checking CXF's official documentation i found the code snippet below:
Client client = Clie...

StudentOfTheGame
Votes: 0
Answers: 0
Maven cxf-codegen-plugin doesn't follow redirect in xsd:import
I have a Maven project where Java code is generated from a WSDL file using org.apache.cxf:cxf-codegen-plugin 3.5.1
The WSDL imports an XSD schema, which in turn imports a schema from schemas.xmlsoap.o...

Hok
Votes: 0
Answers: 0
org.apache.cxf.transport.http.HTTPException: HTTP response '415: Unsupported Media Type'
I am trying to invoke o SOAP web service using an apache CXF client and the error above appears. I tried to fix this by using SOAP12HTTP_BINDING but then the following error occurs:
org.w3c.dom.DOMExc...

StudentOfTheGame
Votes: 0
Answers: 1
How do i configure WSAT version in JBoss?
I am using a CXF client to implement a WSAT web service call. The following namespace is added on the outbound coordination context header:
wscoor="http://docs.oasis-open.org/ws-tx/wscoor/2006/06...

StudentOfTheGame
Votes: 0
Answers: 1