[ http://issues.apache.org/jira/browse/AXIS2C-355?page=all ]

Milinda Lakmal Pathirage updated AXIS2C-355:
--------------------------------------------

    Attachment: newPatch.txt

New patch after svn up

> When use code generation tool with data binding null for c code gen it 
> generates code that has java class name as parameter type
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-355
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-355
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: code generation
>            Reporter: Milinda Lakmal Pathirage
>         Attachments: newPatch.txt, patch.txt
>
>
> The generated code is like this
>  axiom_node_t* axis2_skel_AllTest_echoAll (const axis2_env_t *env  ,
>                                               org.apache.axiom.om.OMElement 
> param0 )
>         {
>           /* TODO fill this with the necessary business logic */
>           return NULL;
>         }
> {
>          /* depending on the function name invoke the
>           * corresponding  method
>           */
>           axiom_element_t *element = NULL;
>           axiom_node_t *ret_node = NULL;
>           
>             axiom_node_t* ret_val1;
>             org.apache.axiom.om.OMElement input_val1_1;
>             
>           if (content_node)
>             {
>             if (AXIOM_NODE_GET_NODE_TYPE(content_node, env) == AXIOM_ELEMENT)
>             {

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