You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Michael Paolo Cariaso <pa...@gmail.com> on 2009/07/09 10:52:49 UTC

CXF SOAP request via socket transport

Hi,

Is it possible to send SOAP request through a Java Socket using CXF?

the SOAP request can actually be contained as a String and loaded to a
buffered socket writer. However, I'm wondering if CXF can automate this.