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 "Davanum Srinivas (JIRA)" <ax...@ws.apache.org> on 2005/11/29 16:21:30 UTC

[jira] Resolved: (AXIS-2231) Axis Error

     [ http://issues.apache.org/jira/browse/AXIS-2231?page=all ]
     
Davanum Srinivas resolved AXIS-2231:
------------------------------------

    Resolution: Cannot Reproduce

please upgrade to latest Axis and submit a full test case to recreate the problem.

thanks,
dims

> Axis Error
> ----------
>
>          Key: AXIS-2231
>          URL: http://issues.apache.org/jira/browse/AXIS-2231
>      Project: Apache Axis
>         Type: Bug
>     Versions: 1.2.1
>     Reporter: Jyothish John
>     Priority: Blocker

>
> Inside org.apache.axis.client.Call class ;
> line 2448 is throwing an exception..!
> I can see the soap message as expected on the debug watch.
>  if (bodyEl instanceof RPCElement) {
>             try {
>                 resArgs = ((RPCElement) bodyEl).getParams();  >>>> Exception here
>             } catch (Exception e) {
>                 log.error(Messages.getMessage("exception00"), e);
>                 throw AxisFault.makeFault(e);
>             }
> org.xml.sax.SAXException: Invalid element.....
> Can come one help me with this?
> Many thanks;
> JJ

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira