Adding in methods to the SOAP body

2002-05-21 Thread Paul Johnston
It isn't clear at all from the documentation how to do this. It says you should use setBodyEntries(Vector bodyEntries) but doesn't tell you what bodyEntries is a vector of... What is the vector of? Is it a vector of objects (of some sort) or of DOM Nodes or what? Any help appreciated. Paul

Re: Vote: Apache SOAP 2.3 Release Schedule

2002-05-21 Thread Dan Davis
+0 I wanted to make sure a change I made to HTTPUtils.java is included. I'm presenting a paper that includes this change. In HTTPUtils.java, call setTcpNoDelay (true) once you've got the socket. This disables the Nagle algorithm on the client side and speeds up each individual client substanti