WSDL2Java should be able to generate Async MessageReceivers
-----------------------------------------------------------
Key: AXIS2-3557
URL: https://issues.apache.org/jira/browse/AXIS2-3557
Project: Axis 2.0 (Axis2)
Issue Type: Improvement
Reporter: Paul Fremantle
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]