Codegeneration Tool Generate stub that use incorrect macros for build_om 
functions of structures
------------------------------------------------------------------------------------------------

                 Key: AXIS2C-463
                 URL: http://issues.apache.org/jira/browse/AXIS2C-463
             Project: Axis2-C
          Issue Type: Bug
            Reporter: Milinda Lakmal Pathirage


Generated stub code use macro of input message type to build the structure for 
output message type.

Example:

axis2_divResponse_t* ret_val = NULL;
axiom_node_t *ret_node = NULL;

ret_val = axis2_divResponse_create(env);

AXIS2_DIV_BUILD_OM(ret_val, env, ret_node );

But  AXIS2_DIV_BUILD_OM(ret_val, env, ret_node ); must be 
AXIS2_DIVRESPONSE_BUILD_OM(ret_val, env, ret_node);

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to