[EMAIL PROTECTED] wrote:
Hey,

i have the following problem with cocoon:

i would like to write a small application with 1) an input form (woddy/Forms) 2) build
an xml-file with the input parameters 3) call an soap service with the xml-file and so on ...
My question now: how can i build up an xml with the several parameters (fields/wiggets)
coming from the input form and go on with the created xml-file (stream) to the soap call.
At the moment i read an xml-file from my HD and and call the web-service via soap. This
part functions very well.


Has anyone a sample for me?
You can create the DOM representation of your document and then stream it.

http://java.sun.com/j2se/1.5.0/docs/api/org/w3c/dom/Document.html

        lg
--
Leszek Gawron                                [EMAIL PROTECTED]

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



Reply via email to