JAX-WS Dispatch/Provider Corner Cases
-------------------------------------
Key: AXIS2-2093
URL: https://issues.apache.org/jira/browse/AXIS2-2093
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Reporter: Rich Scheuerle
I am adding some additional tests and validating code for Dispatch/Provider
corner cases.
For example, what should happen if the client does the following
Dispatch<String> dispatch = ....
String response = dispatch.invoke(null);
or
Dispatch<String> dispatch = ....
String response = dispatch.invoke("");
or
Dispatch<String> dispatch = ....
String response = dispatch.invoke("<!-- Comment -->");
I will be providing a fix soon.
--
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]