Hide Forgot
Date of First Response: 2010-06-08 10:14:18 project_key: SOA See linked issue.
Link: Added: This issue depends JBWS-3055
Link: Added: This issue related SOA-2112
Link: Added: This issue related JBWS-2703
Link: Added: This issue related JBPAPP-2279
This is related to the two issues JBWS-2703 and JBPAPP-2279. Initially getElementsByTagName had been incorrectly implemented to return elements based on their local name. From the getLocalName() javadoc: - "Returns the local part of the qualified name of this node. " From the getTagName() javadoc: - "The name of the element. If Node.localName is different from null, this attribute is a qualified name." So the tagName is a qualified name.
Darren, if this is now expected behaviour then we should reject this issue and handle it through the ESB codebase (SOA-2112)
Sorry, last comment directed to Darran. Apologies for the mistake.
The WS functionality has been fixed, we now need to fix the ESB side through SOA-2112