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 "nadir amra (JIRA)" <ax...@ws.apache.org> on 2006/07/29 02:51:14 UTC

[jira] Closed: (AXISCPP-895) Code generated by WSDL2Ws tool shows compilation error

     [ http://issues.apache.org/jira/browse/AXISCPP-895?page=all ]

nadir amra closed AXISCPP-895.
------------------------------


> Code generated by WSDL2Ws tool shows compilation error
> ------------------------------------------------------
>
>                 Key: AXISCPP-895
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-895
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Client - Stub
>            Reporter: James Jose
>             Fix For: 1.6 Alpha
>
>
> 'validate_values.cpp' file generated for 'inquire_v2' test showing compilation error.
> Following code shows the compilation problem:
>                 void validate_values::setbusinessService_Ref(businessService_Array * pInValue)
>                {
> 	if(businessService_Ref == NULL)
> 	{
> 		businessService_Ref = new businessService_Array();
> 		*businessService_Ref = new businessService_Array(); /* This line shows compilation error */
> 	}
> 	(*businessService_Ref)->clone(*(*pInValue)); 
>            }

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org