ws « cxf « Java Enterprise Q&A





1. CXF Web Service Error - javax.xml.ws.soap.SOAPFaultException: Unconnected sockets not implemented    stackoverflow.com

I get the following error when attempting to connect to a web service via SSL. javax.xml.ws.soap.SOAPFaultException: Unconnected sockets not implemented

2. CXF 2.0.8 , WS-I profile compliance    stackoverflow.com

Need help in finding out what all WS-I Profiles (BP 1.0/1.1/1.2/2.0 and others) does webservices built using CXF version 2.0.8 is compliant with.

3. add multipart attachment to ws    stackoverflow.com

I have a client side service to which I need to add multipart attachments which contains 2 texts and URL of image. I tried to do it in the following way:

List<Attachment> atts ...

4. Issue when trying to use CXF client (WS consumer mode)    stackoverflow.com

I'm trying to call this online web service: http://www.thomas-bayer.com/soap/csv-xml-converter-webservice.htm which required up to 4 parameters using Mule ESB. I used the WSDLtoJava to generate the client but I'm not able ...

5. cxf: wsdl2java created a class that extends Service (javax.xml.ws.Service)    stackoverflow.com

I am new to java WS and WSDL. I used wsdl2java to create java classes for my web service client and there was a class created with <Service Name>Service extends javax.xml.ws.Service Please let ...

6. How to generate business POJOs on Java/JAXB/CXF side when consuming MS/.NET/.asmx webservice?    stackoverflow.com

We have couple of MS based web-services, visible as .asmx?WSDL links in intranet. There is no problem when this webservices are consumed with latest Visual Studio. All business objects make sense. ...

7. Consume Java CXF WS exposed over SOAP from ServiceStack client    stackoverflow.com

Context: I'd like to use ServiceStack to build a SOAP client in order to consume an existing Java CXF WebService, exposed over SOAP with defined WSDL (I have no control over the ...

8. Apache CXF and WS-A properties    stackoverflow.com

Can anyone please tell me how to resolve this warning message I am receiving?

WARN 13 Oct 2011 15:23:46,024 ContextUtils - WS-Addressing - failed to retrieve Message Addressing Properties from ...

9. CXF WS support for Jboss AS 7.0.1    stackoverflow.com

Does Jboss As 7.0.1 support CXF-WS or I need to install JBossWS-CXF 4.0.0 (Beta release)?





10. dynamic osgi jax ws client    stackoverflow.com

I need create a osgi web services client to invoke a differents destination with particular credentials and certificates. Im trying with cxf Client, but is only applicable in factory bean... Any ...

11. CXF WS, Interceptor: stop processing, respond with fault    stackoverflow.com

I'm scratching my head over this: Using an Interceptor to check a few SOAP headers, how can I abort the interceptor chain but still respond with an error to the user? Throwing a ...

12. Apache CXF 2.4.1 + WS Security issue.    coderanch.com

Hi I am getting the following exception while upgrading to CXF 2.4 from CXF 2.3.1 This happens only when I enable ws security configuration. Previously it was working fine. I posted this issue in other forum. If this is against this forum's rules kindly excuse me. java.lang.NoSuchMethodError: org.apache.ws.security.util.WSSecurityUtil.decodeAction(Ljava/lang/String;Ljava/util/List;)I org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor.handleMessage(WSS4JInInterceptor.java:227) org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor.handleMessage(WSS4JInInterceptor.java:85) org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263) org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:118) org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:208) org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:223) org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:205) org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:113) org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:184) org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:107) javax.servlet.http.HttpServlet.service(HttpServlet.java:641) And, can ...