[ 
https://issues.apache.org/jira/browse/AXIS2C-648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Samisa Abeysinghe resolved AXIS2C-648.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.0
         Assignee: Samisa Abeysinghe

Patch applied, many thanks for the patch.

> wsdl2c tool does not generate correct code when modules are engaed.
> -------------------------------------------------------------------
>
>                 Key: AXIS2C-648
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-648
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: wsdl2c tool
>    Affects Versions: Current (Nightly)
>            Reporter: Manjula Peiris
>            Assignee: Samisa Abeysinghe
>             Fix For: 1.1.0
>
>         Attachments: patch.diff
>
>
> When a module is engaged (programmatically or through axis2.xml) the 
> generated code does not add those gloabally engaed module informations to 
> service. To do this following code segment should be generated in the client 
> stub populated service method.
>          
> svc_ctx = axis2_svc_client_get_svc_ctx(svc_client, env);
>          conf_ctx = axis2_svc_ctx_get_conf_ctx(svc_ctx, env);
>          conf = axis2_conf_ctx_get_conf(conf_ctx, env);
>          info =  axis2_conf_get_phases_info(conf, env);
> and 
> axis2_phases_info_set_op_phases(info, env, op);
> for each operation.

-- 
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]

Reply via email to