Dear user group, I would like to read soap messages serialized in a file and process them by CXF. The execution schema should be like this:
STREAM / STRING -> CXF -> STREAM / STRING or more general INPUTSTREAM -> CXF -> INPUTSTREAM Is this already supported? How can I export a service to a stream reader / writer without using any HTTP server. All SOAP requests are coming from single XML files and results should be written back to files I just need to process the pure SOAP message without any SOAP headers or attachments. Is such a solution already existing or could someone give me a hint or reference how to achieve this? Thank you very much, Maciej
