Hello, First thanks for all your work in getting Axis for C++ working.
In the destructor in common/Param.cpp many types are deleted. Only String, AnyURI, QName, and Notation are not deleted on the client. Is there a specific reason for this, or a way to avoid the problem? I am using 1.5 binary on Linux. Since I understood memory can be an issue I ran with memory checking turned on (mtrace in glibc). There are a few leaks around the system, but this one caught my eye, since it was on every call, one per String paramiter. Thanks for your help with this issue. Chris
