Add more jaxws-integration tests that use async MEP and/or Addressing
---------------------------------------------------------------------
Key: AXIS2-3691
URL: https://issues.apache.org/jira/browse/AXIS2-3691
Project: Axis 2.0 (Axis2)
Issue Type: Improvement
Components: jaxws
Reporter: Mike Rheinheimer
Priority: Minor
I recently added a test that uses async MEP and Addressing (see AXIS2-3666).
We need more!
See
RuntimeExceptionsAsyncMepTest.testAsyncCallback_asyncMEP_asyncWire_Addressing_WebServiceException
to see how to use Addressing from the client, and
RuntimeExceptionsAsyncMepTest.suite() to see how to configure Addressing for
the server side.
Also, the test method sets the property:
rc.put("org.apache.axis2.jaxws.use.async.mep", Boolean.TRUE);
Doing these three things will result in the server side using
JavaDispatcher.AsyncInvocationWorker.call() method, which is currently ONLY
used by the mentioned test. We could use a little more coverage.
--
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]