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 "Rodrigo Ruiz (JIRA)" <ax...@ws.apache.org> on 2005/07/22 12:03:46 UTC

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

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


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

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
     [ 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