[
https://issues.apache.org/jira/browse/CXF-5553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-5553.
------------------------------
Resolution: Invalid
Fix Version/s: Invalid
This is a question that should be on the users list, not a JIRA, as it's not a
bug or other issue.
To answer the question, the JAX-WS Dispatch objects have an invokeAsync that
you could use. You could discard the javax.xml.ws.Response if you don't need
it.
> 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
> Fix For: Invalid
>
>
> 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)