hi, i already posted this on the users list, but i think this is a more appropriate place.
when using http 1.1 as transport protocol, and the remote side sets the connection to keep alive, the sax parser hangs in an infinite loop. the problem is that HttpSender classes passes an input stream to parser which never terminates. reading into a byte array and passing it to axis engine instead solves the problem. hope that helps, heiko