You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Dushshantha Chandradasa (JIRA)" <ax...@ws.apache.org> on 2005/05/11 13:38:08 UTC

[jira] Closed: (AXISCPP-639) When AXIS_OUT_PARAM comes with the basic types generating wrong code

     [ http://issues.apache.org/jira/browse/AXISCPP-639?page=all ]
     
Dushshantha Chandradasa closed AXISCPP-639:
-------------------------------------------


> When AXIS_OUT_PARAM comes with the basic types generating wrong code
> --------------------------------------------------------------------
>
>          Key: AXISCPP-639
>          URL: http://issues.apache.org/jira/browse/AXISCPP-639
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing - Doc
>     Versions: 1.6 Alpha
>     Reporter: Chinthana Danapala
>     Assignee: Dushshantha Chandradasa
>  Attachments: ClientStubWriter.java
>
> When AXIS_OUT_PARAM is a basic type itÂ’s put the asterisk in front of it.
> E.g.
> 	*OutValue0 = m_pCall->getElementAsInt("areaCode", 0);
> It should be -
>         OutValue0 = m_pCall->getElementAsInt("areaCode", 0);

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