You could use Flow/Woody or a custom generator with a HTTPClient ( http://jakarta.apache.org/commons/httpclient/ ) call to the web services..
> Chris, > > I'm assuming from the title of your message that the servlets you're talking > about expect to have data passed to them in an HTTP POST? If so, the only > way I know of to do a POST from Cocoon is with the CInclude transformer. > Check out the 'advanced' section of this page: > > http://cocoon.apache.org/2.1/userdocs/transformers/cinclude-transformer.html > > There may be other ways to do a POST from Cocoon, but this is the only one I > know. Anyone else? > > Morley > > -----Original Message----- > From: Chris Chesney [mailto:[EMAIL PROTECTED] > Sent: Thursday January 22, 2004 7:54 PM > To: [EMAIL PROTECTED] > Subject: HTTP Post using XML > > > I need to write a reporting application that obtains data from multiple > services, transforms it and returns it as HTML. The services are servlet > based and accept an XML document as input and returns an XML document as > output. Some of the output from one service call will be used as input in > another service call. > > Can anyone tell me what generator(s) I would use to accomplish this, or do I > need to write one myself? Sorry if this is obvious - I've spent a couple > days searching, but can't find the answer. > > Thanks in advance, > > Chris > > > --------------------------------------------------------------------- > 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]
