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

    Resolution: Fixed

Thank Chinthana for fixing the Issue

> 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

Reply via email to