[PATCH] Remember namespace mapping while doing unmarshall
Hello, Please find a proposed patch, for reducing namespaces lookup from parameters of SOAP envelope to the roots Thanks, Pavel Index: RPCMessage.java === RCS file: /home/cvspublic/xml-soap/java/src/org/apache/soap/rpc/RPCMessage.
[PATCH] Create ISO8859_1 String from char array
Please find a patch proposed for converting HTTP headers using own conversion instead of using JVM byte to char converter, as it happens not to be efficient Also I have concatenated several const Strings in StringBuffer.append Thanks, Pavel Index: HTTPUtils.java