Hi Freeman, There was an exception related to InOut exchange but I figured out that was not related to the cxf component, but to a wrongly configured JMS SU. The CXF-BC component was working as you said. Sorry about that :( Thank you very much for your help!
Best regards, Wilson On Jan 7, 2008 5:13 AM, Freeman Fang <[EMAIL PROTECTED]> wrote: > Hi Wilson, > > If you just want to use asyn webservice invocation, maybe you can use > asyn invocation defined in jaxws, since cxf is an implementation of > jaxws, so cxf can help you do this > your flow should be looks like > > [External client using asyn api]--------->[CXF-BC > consumer]---[CXF-BC provider]----->[External web service] > > You can get more about jaxws asyn from the jaxws specification and > testAsyn* method in [1] > > > [1]https://svn.apache.org/repos/asf/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/ClientServerTest.java > > Best Regards > Freeman > >
