Has anyone an example of the following they could share? I have a need to take some xml (a WS message) from a textarea submitted from within a Tapestry page, forward the xml to an external public webservice, the url of which is known, take the response from the webservice invocation and return it within the tapestry page (possibly within new browser window/tab using javascript). The goal is for a convenient demo situation, to avoid using another desktop app to send the xml to the webservice - at the moment I'm jumping through hoops generating WS clients etc. but I think this is probably unnecessary as I can obviously invoke the service and get the anticipated response using SOAPUI etc. - any pointers very much appreciated.
Regards, Jim.