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 "Adrian Dick (JIRA)" <ax...@ws.apache.org> on 2006/01/17 14:38:44 UTC

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

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

    Fix Version: 1.6 Alpha
     Resolution: Fixed

We have made some small modification to the WSDL2Ws code, which mean this compilation error should no longer be a problem.

> Code generated by WSDL2Ws tool shows compilation error
> ------------------------------------------------------
>
>          Key: AXISCPP-895
>          URL: http://issues.apache.org/jira/browse/AXISCPP-895
>      Project: Axis-C++
>         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