wrong url, fix:
http://cxf.apache.org/docs/cxf-architecture.html#CXFArchitecture-Transports
i'ts always better to use the original up-to-date source ;)

On Wed, Oct 13, 2010 at 1:44 PM, Peter Mihalik <[email protected]> wrote:

> i think you need to implement a custom transport, take a look at:
>
>
> http://docs.huihoo.com/apache/cxf/2.0/cxf-architecture.html#CXFArchitecture-Transports
>
> and of course check the existing cxf transports...
>
> On Sat, Oct 9, 2010 at 9: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
>>
>
>

Reply via email to