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=8112>. 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=8112 The SOAPEnvelope objects addAttribute method that takes a name object is incorrect. Summary: The SOAPEnvelope objects addAttribute method that takes a name object is incorrect. Product: Axis Version: beta-1 Platform: PC OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Currently in the SOAPEnvelope object there is a addAttribute method. This method takes a Name, and String parameter. Axis does not implement any Name objects and If I go into the jax stuff for creating a name. The only way to create a Name is by SOAPEnvelope.createName method which the Apache Axis implementation of SOAPEnvelope does not contain.