shakked created CXF-8825: ---------------------------- Summary: enableAsyncMapping does not work Key: CXF-8825 URL: https://issues.apache.org/jira/browse/CXF-8825 Project: CXF Issue Type: Bug Components: Configuration Affects Versions: 4.0.0 Environment: Pom plugin:
<plugins> <plugin> <groupId>org.apache.cxf</groupId> <artifactId>cxf-codegen-plugin</artifactId> <version>3.5.5</version> <executions> <execution> <id>generate-sources</id> <phase>generate-sources</phase> <configuration> <sourceRoot>${project.build.directory}/generated-sources/cxf</sourceRoot> <wsdlOptions> <wsdlOption> <wsdl>[https://waget.btl.gov.il:443/WCFReporting/?WSDL|https://waget.btl.gov.il/WCFReporting/?WSDL]</wsdl> <bindingFiles> <bindingFile>${basedir}/src/main/resources/async_bindings.xml</bindingFile> </bindingFiles> </wsdlOption> <wsdlOption> <wsdl>[https://b2b.btl.gov.il/BTL.B2B.WCF.BTLWCFB2BServices/Service.svc?wsdl]</wsdl> <bindingFiles> <bindingFile>${basedir}/src/main/resources/async_bindings.xml</bindingFile> </bindingFiles> </wsdlOption> </wsdlOptions> </configuration> <goals> <goal>wsdl2java</goal> </goals> </execution> </executions> </plugin> </plugins> Reporter: shakked Attachments: async_bindings.xml, waget.btl.gov.il.wsdl When adding biding file for reaching async functions with <enableAsyncMapping>true</enableAsyncMapping>, the async functions does not map. Older versions accept this binding and map the async functions -- This message was sent by Atlassian Jira (v8.20.10#820010)