You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/09/01 01:01:45 UTC

DO NOT REPLY [Bug 24402] - [PATCH] XML posting from SourceWritingTransformer by using an enhanced HTTPClientSource

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.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://issues.apache.org/bugzilla/show_bug.cgi?id=24402

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





------- Additional Comments From cmoss@tvnz.co.nz  2004-08-31 23:01 -------
Hi Vadim - I'd agree with your comments, however the implementation is quite
effective for a POC I'm trying to do.  We might potentially look at splitting it
out into a different transformer (or action.)

The useful thing about this implementation is that it allows standard XML posts
to an arbitrary server. IE: It doesn't require the posting of SOAP payloads, or
param/value pairs - which helps people with pre-SOAP legacy apps.  The cinclude
transformer has similar functionality, except it that requires p/v pairs be defined.