CXF SOAP request via socket transport

View: New views
1 Messages — Rating Filter:   Alert me  

CXF SOAP request via socket transport

by Michael Paolo Cariaso :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.