Hi,

as I read the Axis 2 implementation (AbstractInOutSyncMessageReceiver), it allows to stream a response, if the response can be "pulled". In other words, if the response object behaves like an InputStream.

Unfortunately, in my case this is not an option. I have an object, which can only push. For example, imagine an XMLFilter or SAX driver.

Is it possible to stream a response in that manner? In other words, obtain an XMLWriter to which the body may be written?

Thanks,

Jochen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to