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/07/27 04:51:21 UTC

[jira] Resolved: (AXIS-2137) Holder parameters are lost in generated stubs

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

    Resolution: Won't Fix

no guarantees on this kind of behavior....

thanks,
dims

> Holder parameters are lost in generated stubs
> ---------------------------------------------
>
>          Key: AXIS-2137
>          URL: http://issues.apache.org/jira/browse/AXIS-2137
>      Project: Apache Axis
>         Type: Bug
>   Components: WSDL processing
>     Versions: 1.2.1
>  Environment: n/a
>     Reporter: Rodrigo Ruiz

>
> A server method with the following signature:
> void process(QNameHolder holder) throws RemoteException;
> When passed through Java2WSDL and WSDL2Java, the generated stub and service classes have the following signature:
> QName process(QName holder) throws RemoteException;
> This only happens if the method has a single parameter. For multiple parameters, holders are correctly generated.

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