Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #198390 +++ Build ID: 200706212235 Steps To Reproduce: Using org.eclipse.wst.wsdl API and a WSDL document with namespace scope on Binding element level like <wsdl:binding xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="XYBinding" type="tns:myns"> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="op1"> <soap:operation/> <wsdl:input> <soap:body namespace="http://www.sap.com/test" use="literal"/> </wsdl:input> <wsdl:output> <soap:body namespace="http://www.sap.com/test" use="literal"/> </wsdl:output> </wsdl:operation> the sub element <soap:binding> is not mapped to SOAPBinding. We will use this bug to track the equivalent fix for bug 198930 in the WTP 3.0 stream.
Targetting for 3.0 M5.
Created attachment 86999 [details] WSDL Model patch
Created attachment 87000 [details] New JUnit test
Patches committed and released for WTP 3.0 builds > v200801152147.
Verified with WTP 3.0 I20080120123318.
Closing.