There are many CXF test cases that do this. Have you looked around at the test cases? I can try to find you a good individual example if you are stumped.
On Sat, Oct 9, 2010 at 3:18 AM, Maciej Bednarz <[email protected]> wrote: > 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 >
