I'm surprised that you suggest a "URL Generator" for this, I would have
thought a "URL Serializer" would be more appropriate - as this operation
comes at the end of a pipeline, where one wants to "serialize" the XML to
somewhere else. 

It does seem though that the "URL Serializer" is not that well documented,
so perhaps it isn't widely used for this purpose  ?

Thanks for the advice

roger


On 31/1/05 6:35 pm, "Erik Bruchez" <[EMAIL PROTECTED]> wrote:

> Avinder Bahra wrote:
>> I am working on an J2EE web application that calls out to Presentation
>> Server using a HTTP GET to gather data using XForms.
>> 
>> The problem I have is how do I get the XForm instance data back for
>> processing by a Servlet in the original web app ? Note  that we do not
>> wish to use persistence in the Presentation Server layer � this used
>> only for gathering data.
> 
> Two scenarios:
> 
> 1. Both apps live in the same app server. In this case, you can use a
> server-side forward with the Redirect processor or the Servlet Include
> processor after having saved your instance data into the Servlet request.
> 
> 2. The above is not the case. You can call an EJB with the Delegation
> processor, call a Web Service, or write your own processor to pass the
> data to your application. There have been several requests in the past
> to implement an HTTP POST processor, or a modification to the URL
> generator what would allow POST, and this may also be a solution for you.
> 
> -Erik
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
> Tool for open source databases. Create drag-&-drop reports. Save time
> by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
> Download a FREE copy at http://www.intelliview.com/go/osdn_nl
> _______________________________________________
> orbeon-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/orbeon-user




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
orbeon-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to