Scott, recieve() currently defined in interface + implemented in 3 classes (Filter, SMTP, HTTP transports) and directly used only in Message (result is not stored), in Call used like follows:
in = st.receive(); payloadStr = IOUtils.getStringFromReader(in); To do not break compatibility we can add a method recieveString() to transports, and implement recieve() method creating BufferedReader on demand from stored String Pavel -- To unsubscribe, e-mail: <mailto:soap-dev-unsubscribe@;xml.apache.org> For additional commands, e-mail: <mailto:soap-dev-help@;xml.apache.org>