Generated code for axis2_svc_skel_servicename_init function adds operation
names to func_array without duplicating the string
-----------------------------------------------------------------------------------------------------------------------------
Key: AXIS2C-637
URL: https://issues.apache.org/jira/browse/AXIS2C-637
Project: Axis2-C
Issue Type: Bug
Components: wsdl2c tool
Affects Versions: 1.0.0
Reporter: Manjula Peiris
Priority: Blocker
For example following is how the generated code adds an operation name to the
func_array.
axutil_array_list_add(svc_skeleton->func_array, env, "buy");
since array_list keeps only a shallow copy to the operation name "buy" and when
this string is created in the stack it cannot be accessible.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]