[ http://issues.apache.org/jira/browse/AXISCPP-639?page=all ]
Dushshantha Chandradasa reassigned AXISCPP-639:
-----------------------------------------------
Assign To: Dushshantha Chandradasa
> 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