[ 
https://issues.apache.org/jira/browse/AXIS2C-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462439
 ] 

Milinda Lakmal Pathirage commented on AXIS2C-463:
-------------------------------------------------

This bug has been fixed.

> Codegeneration Tool Generate stub that use incorrect macros for build_om 
> functions of structures
> ------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-463
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-463
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Milinda Lakmal Pathirage
>         Attachments: codegen.patch
>
>
> 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: 
https://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