Hello,
Is it possible to obtain an .xml file when I press submit in my form? What I am trying to do is obtaining an xml, and then convert it into an rdf file. Any ideas? Thanks a lot!! Regards, María. --
AVISO LEGAL ANDAGO CONSULTING SL / ANDAGO INGENIERÍA, SL le informa que los datos facilitados por Ud. y utilizados para el envío de esta comunicación serán objeto de tratamiento automatizado o no en nuestros ficheros, con la finalidad de gestionar la agenda de contactos de nuestra empresa y para el envío de comunicaciones profesionales por cualquier medio electrónico o no. Vd. podrá en cualquier momento ejercer el derecho de acceso, rectificación, cancelación y oposición en los términos establecidos en la Ley Orgánica 15/1999. El responsable del tratamiento es ANDAGO CONSULTING SL / ANDAGO INGENIERIA SL, con domicilio en C/ ALCALDE ANGEL ARROYO, 10, 28904, Getafe (Madrid). El contenido de esta comunicación, así como el de toda la documentación anexa, es confidencial y va dirigido únicamente al destinatario del mismo. En el supuesto de que usted no fuera el destinatario, le solicitamos que nos lo indique y no comunique su contenido a terceros, procediendo a su destrucción. DISCLAIMER The content of this communication and any attached information is confidential and exclusively for the use of the addressee. If you are not the addressee, we ask you to notify to the sender and do not pass its content to another person, and please be sure you destroy it. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Hi María,
You can obtain the xml in a REST style service handled by the page-flow controller and an xpl file that can use XSLT or a java function by using an xforms submission. The process can happen "in the background" if the submission attribute replace= is 'instance'. Is that what you had in mind? --Hank On Nov 15, 2010, at 12:15 AM, María Gil wrote:
Hank Ratzesberger NEES@UCSB Earth Research Institute University of California, Santa Barbara 805-893-8042 -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Hi Hank,
Thanks so much for your answer. What I'd like to do is obtain an .xml with the data I enter in my form, and send it to a servlet. My idea is that, when I press "submit", I can obtain an xml and send it to the server. I don't know if that's possible. I' ll have a look at the information you give me. Thank you very much for your help! Regards, María. El 15/11/10 16:32, Hank Ratzesberger escribió: Hi María, --
AVISO LEGAL ANDAGO CONSULTING SL / ANDAGO INGENIERÍA, SL le informa que los datos facilitados por Ud. y utilizados para el envío de esta comunicación serán objeto de tratamiento automatizado o no en nuestros ficheros, con la finalidad de gestionar la agenda de contactos de nuestra empresa y para el envío de comunicaciones profesionales por cualquier medio electrónico o no. Vd. podrá en cualquier momento ejercer el derecho de acceso, rectificación, cancelación y oposición en los términos establecidos en la Ley Orgánica 15/1999. El responsable del tratamiento es ANDAGO CONSULTING SL / ANDAGO INGENIERIA SL, con domicilio en C/ ALCALDE ANGEL ARROYO, 10, 28904, Getafe (Madrid). El contenido de esta comunicación, así como el de toda la documentación anexa, es confidencial y va dirigido únicamente al destinatario del mismo. En el supuesto de que usted no fuera el destinatario, le solicitamos que nos lo indique y no comunique su contenido a terceros, procediendo a su destrucción. DISCLAIMER The content of this communication and any attached information is confidential and exclusively for the use of the addressee. If you are not the addressee, we ask you to notify to the sender and do not pass its content to another person, and please be sure you destroy it. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
You can use the workflow send button to send the xml. http://wiki.orbeon.com/forms/doc/developer-guide/configuration-properties/configuration-properties-form-runner#TOC-Workflow-send-button <!-- Send completed form to this url --> <property as="xs:anyURI" name="oxf.fr.detail.send.uri.*.*" value="http://myserver.com/path/to/servlet"/> <!-- Setting these to false causes Orbeon to send XML instead of PDF --> <property as="xs:boolean" name="oxf.fr.detail.send.pdf.*.*" value="false"/> <property as="xs:boolean" name="oxf.fr.email.attach-pdf.*.*" value="false"/> You can also use a REST persistence layer to get xml data. <property as="xs:anyURI" name="oxf.fr.persistence.app.uri.MyApp.MyForm.data" value="http://myserver.com/path/to/servlet"/> If you do both you'll actually get two posts with the xml data. On 11/15/2010 07:37 AM, María Gil wrote: Hi Hank, -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
In reply to this post by María Gil
Are you using Form Runner or plain XForms?
Anyway, that's exactly the purpose of xforms:submission: take the XML of the data entered by the user and POST/PUT it to a service through HTTP.
-Erik 2010/11/15 María Gil <[hidden email]>
-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
I am using Form Runner. What I would like to do is when, I press submit in my XForm, I send the xml data to a servlet (through HTTP) and, this servlet processes the xml data. Probably my problem is to process this data in the servlet, if anyone can help....I realise it has nothing to do with Orbeon, but... Thanks a lot! Regards, María. El 16/11/10 01:03, Erik Bruchez escribió: Are you using Form Runner or plain XForms? --
AVISO LEGAL ANDAGO CONSULTING SL / ANDAGO INGENIERÍA, SL le informa que los datos facilitados por Ud. y utilizados para el envío de esta comunicación serán objeto de tratamiento automatizado o no en nuestros ficheros, con la finalidad de gestionar la agenda de contactos de nuestra empresa y para el envío de comunicaciones profesionales por cualquier medio electrónico o no. Vd. podrá en cualquier momento ejercer el derecho de acceso, rectificación, cancelación y oposición en los términos establecidos en la Ley Orgánica 15/1999. El responsable del tratamiento es ANDAGO CONSULTING SL / ANDAGO INGENIERIA SL, con domicilio en C/ ALCALDE ANGEL ARROYO, 10, 28904, Getafe (Madrid). El contenido de esta comunicación, así como el de toda la documentación anexa, es confidencial y va dirigido únicamente al destinatario del mismo. En el supuesto de que usted no fuera el destinatario, le solicitamos que nos lo indique y no comunique su contenido a terceros, procediendo a su destrucción. DISCLAIMER The content of this communication and any attached information is confidential and exclusively for the use of the addressee. If you are not the addressee, we ask you to notify to the sender and do not pass its content to another person, and please be sure you destroy it. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
María,
There are many ways of parsing XML in a servlet or even in JSP (that's actually an issue with Java: I wish there was just one single easy way!).
This said, we have documentation on this here: See also this example: https://github.com/orbeon/orbeon-forms/blob/master/src/examples-jsp/flickr-search/service-search.jsp
-Erik
2010/11/16 María Gil <[hidden email]>
-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |