your another application send a request to your struts application,
your struts application generates the answer as xml (you can stream
out w3c xml objects through the response stream or just have a jsp
which generates the xml)
the first application grabs the struts application's response and
sends it via mail.
done. :-)

regards
Leon

On 2/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have this use case that I want to send an xml document from my struts apps
> to another application for rendering. This (non-strus)application does then
> just send an response with attachment header. I'm just not so sure how to do
> this in the request/response model of Struts. Can someone help me out?
>
> cheers,
> Pete
>
> --
> DSL-Aktion wegen großer Nachfrage bis 28.2.2006 verlängert:
> GMX DSL-Flatrate 1 Jahr kostenlos* http://www.gmx.net/de/go/dsl
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to