DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24402>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24402

[PATCH] XML posting from SourceWritingTransformer by using an enhanced HTTPClientSource





------- Additional Comments From [EMAIL PROTECTED]  2003-11-14 13:40 -------
What do you think of this approach:
- Use the provided source:write element
- Allow the possibility to pass additional parameters for the source,
  like headers, method (POST/GET)
So, you do something like
<source:write>
  <source:source>http://...</source:source>
  <source:source-parameter name="method">POST</source:source-parameter>
  <source:source-parameter name="header-xyz">VALUE</...>
</..>

Of course, this still requires to patch the excalibur source impl, but I 
think the Cocoon site is a little bit nicer.

What do you think?

Reply via email to