Hello, according to the CXF User's Guide[1] it is necessary to create a WSDL binding file in order to direct WSDL2Java to create asynchronous versions of the WSDL operations ([2] for example).
Question: Instead of needing to create such a binding file, couldn't CXF just provide a WSDL2Java -async or similar setting in order to generate the async methods? Axis2 has similar -a/-s settings[3]. Thanks, Glen [1] http://cxf.apache.org/docs/wsdl-to-java.html#WSDLtoJava-JAXWSCustomization [2] http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jaxws_async/src/demo/hw/client/Client.java?annotate=651669 (lines 62 and 73) [3] http://ws.apache.org/axis2/tools/1_3/CodegenToolReference.html -- View this message in context: http://www.nabble.com/Creating-asynchronous-method-calls-with-WSDL2Java-tp25626086p25626086.html Sent from the cxf-user mailing list archive at Nabble.com.
