-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.2
-
JBoss Enterprise Application Platform 5.1.2 with JBossWS CXF
-
-
Release Notes
-
-
Documented as Resolved Issue
-
NEW
This is the fix for: https://issues.apache.org/jira/browse/CXF-3584
The rewrite for the address occurs in updateDoc but the code (WSDLQueryHandler.java) there is only checking for the soap:address element within the 1.1 namespace and no checking 1.2 namespace.
for (Element el : elementList) { String name = el.getAttribute("name"); if (name.equals(ei.getName().getLocalPart())) { Element soapAddress = DOMUtils.findAllElementsByTagNameNS(el,"http://schemas.xmlsoap.org/wsdl/soap/","address").iterator().next(); soapAddress.setAttribute("location", base); } }
- blocks
-
JBPAPP-7140 [JBossWS] Release JBossWS CXF 3.1.2.SP10
- Closed