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 "Ajith Harshana Ranabahu (JIRA)" <ji...@apache.org> on 2006/05/02 11:15:46 UTC

[jira] Commented: (AXIS2-597) "argument type mismatch" on result = (OMElement) method.invoke(obj, args);

    [ http://issues.apache.org/jira/browse/AXIS2-597?page=comments#action_12377353 ] 

Ajith Harshana Ranabahu commented on AXIS2-597:
-----------------------------------------------

The codegen seems to work fine for me! It seems that you may be missing some of the required dependancies (perhaps the java2wsdl module?) please recheck the dependancies and run the codegen again. Also please make sure you've the latest jars

> "argument type mismatch" on result = (OMElement) method.invoke(obj, args);
> --------------------------------------------------------------------------
>
>          Key: AXIS2-597
>          URL: http://issues.apache.org/jira/browse/AXIS2-597
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>     Reporter: Frank Cornelis
>  Attachments: services.xml, test-types.xsd, test.wsdl
>
> I'm using the SVN version of Axis2.
> I have a simple doc/lit WSDL. Using a JAX-WS service with JAX-WS client works just fine. 
> An Axis2 service with the JAX-WS client gives me an "argument type mismatch" on 
>      result = (OMElement) method.invoke(obj, args);
> within RawXMLINOutMessageReceiver.java (line 100). 
> I assume this is the last step before entering my implementation class... so it would be cool if it got fixed. :)
> The targetNamespace is of format "urn:xxx:yyy", the external schema has a namespace "urn:xxx:yyy:types". For the rest it's a normal doc/lit WSDL.
> BTW: great work... most of the bugs I reported so far got fixed somehow.
> Frank.

-- 
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