Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.3
-
None
-
None
Description
I am trying to generate a service skeleton from an abstract WSDL without binding and service. If I add a jaxws:enableAsyncMapping binding to the WSDL at either wsdl:definitions or wsdl:portType level it is ignored by CXF's wsdl2java (2.1.3). Adding a binding and service to the WSDL changes this behavior. Now, the jaxws:enableAsyncMapping binding is recognized at the wsdl:definitions level but still ignored at the wsdl:portType level.