Codegeneration Tool Generate C stub that use incorrect macros for build_om
functions of structures
--------------------------------------------------------------------------------------------------
Key: AXIS2-1881
URL: http://issues.apache.org/jira/browse/AXIS2-1881
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Components: codegen
Affects Versions: nightly
Reporter: Milinda Lakmal Pathirage
Attachments: codegen.patch
Generated C 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]