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 "Rich Scheuerle (JIRA)" <ji...@apache.org> on 2007/02/03 00:49:05 UTC

[jira] Resolved: (AXIS2-2093) JAX-WS Dispatch/Provider Corner Cases

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

Rich Scheuerle resolved AXIS2-2093.
-----------------------------------

    Resolution: Fixed

 Committed revision 502800.

> 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
>         Attachments: patch.txt
>
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org