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



'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

Reply via email to