Armaz Mellati wrote:
Hi


Another approach I would try is to use HttpClient [1] from a flow script. In 
flow, you can instantiate Java objects and use them.
So, you need simply create an HttpClient object, set its parameters and do a 
post-method. Get the response and do what ever you want
to do with it. Well, actually it is better to do most of the logic in a Java class of your own and just use your Java class from from the flow. By the way, HttpClient jar files are already part of Cocoon.
Hope it helps.

Regards,
Armaz Mellati

[1] http://jakarta.apache.org/commons/httpclient/
Thanks... I will look into this.
Lars


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