Hi,
when I use the stream generator with the HTTPClient-Package
(http://www.innovation.ch/java/HTTPClient), Cocoon hangs.
The client uses the following code:
URL url = new URL("http://localhost");
connection = new HTTPConnection(url);
NVPair[] pairs = new NVPair[1];
pairs[0] = new NVPair("Content-Type","text/xml");
HTTPResponse response = connection.Post("sunshine/jbtest/streamtest",
"<test/>", pairs);
int result = response.getStatusCode();
Using a Post Parameter in combination with the map:parameter "form-name"
works as expected.
Is there anything I forgot to do on the client side?
Thanks,
Carsten
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]