Top "Cxf-client" questions

web service failing. java.net.SocketTimeoutException: Read timed out - Using Jboss 7.1

I have some issues with the following piece of client code. private FlightSchedule loadFlightSchedule() throws ServiceException { if (flightSchedule == null) { logger.…

java sockets ejb cxf-client
how to add security header in jax-ws request

I'm creating a jax-ws client with apache cxf. I'm struggling with spring cotext configuration. All I need is to add …

java spring cxf jax-ws cxf-client
CXF Client and WS-Addressing attributes

I have a webservice that I'm trying to invoke with the following client-side code: import com.test.wsdl.CxfAdd; import …

java web-services cxf ws-addressing cxf-client