DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18300>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18300 No way to remove a Stub property Summary: No way to remove a Stub property Product: Axis Version: 1.1rc2 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] JAX-RPC specifies a _getProperty() and _setProperty() API. However, once you stick something in the property list, there is no way to remove it. Axis should add a removeProperty() API to the org.apache.axis.client.Stub class. It should return the item removed from the list, or null if it wasn't there in the first place.
