-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: EAP_EWP 5.1.2
-
Fix Version/s: EAP_EWP 5.2.0 ER5
-
Component/s: Web Services
-
Labels:
-
Environment:
JBoss Enterprise Application Platform 5.1.2 with JBossWS CXF
-
Steps to Reproduce:
-
Affects:Release Notes
-
Release Notes Text:
-
Release Notes Docs Status:Documented as Resolved Issue
-
Docs QE Status: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
-