KRISHNA SAI MULPURI created CXF-5553: ----------------------------------------
Summary: How to make asynchronous client request using dispatch mechanism in cxf with out generating stubs Key: CXF-5553 URL: https://issues.apache.org/jira/browse/CXF-5553 Project: CXF Issue Type: Wish Components: Core Affects Versions: 3.0.0-milestone1 Reporter: KRISHNA SAI MULPURI i have a webservice which is synchronous. i want to make a asynchronous client request using dispatch api. i tried both polling and callback methods but in both cases i need to generate stubs and create a async handler and pass it. but my requirement is to call the web service asynchronously with out generating stubs and it is just one-way call(no need for client to wait for response), i didn't find any api in cxf for my requirement. where as in axis2 there is findandforget() method, which does the same job it would be great help if some one can help me out ! Thanks. -- This message was sent by Atlassian JIRA (v6.1.5#6160)