Great example with regards tp XSLT processor ..Is there a way to specify the XSLT processor or is that hardcoded somewhere? (I thought it might be an option for BeanWriter?)
Thanks, M- ********************************************************************* This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message ----- From: "Davanum Srinivas" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, August 16, 2006 8:29 AM Subject: Re: Axis 2: Creating SOAP body from SAX driver > Jochen, > > plz see the snippets in JaxmeDataBindingTemplate.xsl > > -- dims > > On 8/16/06, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: >> >> 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] >> >> > > > -- > Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
