You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org> on 2010/12/24 18:44:47 UTC

[jira] Resolved: (AXIS2-3557) WSDL2Java should be able to generate Async MessageReceivers

     [ https://issues.apache.org/jira/browse/AXIS2-3557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi resolved AXIS2-3557.
-------------------------------------------------

    Resolution: Fixed

already answerd the question

> WSDL2Java should be able to generate Async MessageReceivers
> -----------------------------------------------------------
>
>                 Key: AXIS2-3557
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3557
>             Project: Axis2
>          Issue Type: Improvement
>          Components: codegen
>            Reporter: Paul Fremantle
>            Assignee: Amila Chinthaka Suriarachchi
>
>  By default Axis2 generates synchronous services - the MessageReceivers
> extending the Sync abstract message receivers.
> The result of this is that when a client calls with a real WS-A
> non-anonymous replyto, the HTTP connection *still* blocks waiting for
> the service to finish processing.
> This is easily fixed by changing the message receiver to extend the
> Async abstract message receiver. In fact, this works really well. You
> change two letters in your generated code and now both async and sync
> calls work nicely.
> So... my proposal is that we add an option to WSDL2Java to generate this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org