You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Dimuthu Gamage (JIRA)" <ji...@apache.org> on 2007/12/01 07:27:43 UTC

[jira] Resolved: (AXIS2-3381) WSDL2C 30-November Snapshot - non-blocking prototypes in headers do not match function implementations with adb option

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

Dimuthu Gamage resolved AXIS2-3381.
-----------------------------------

    Resolution: Fixed

Fixed

> WSDL2C 30-November Snapshot - non-blocking prototypes in headers do not match function implementations with adb option
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3381
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3381
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: nightly
>         Environment: Windows XP SP2, AXIS2/Java Snapshot from November 30, 2007
>            Reporter: Frank Huebbers
>         Attachments: case21.tar.gz
>
>
> The nonblocking prototypes in the headers do not match the implementations in the .c files. 
> For example, I get the following prototype in the header:
> void axis2_stub_start_op_MyService_getProperties_start( axis2_stub_t *stub, const axutil_env_t *env,
>                                                         adb_getProperties_t* _getProperties,
>                                                         axis2_status_t ( AXIS2_CALL *on_complete ) (struct axis2_callback *, const axutil_env_t* ) ,
>                                                         axis2_status_t ( AXIS2_CALL *on_error ) (struct axis2_callback *, const axutil_env_t*, int ) );
> And in the .c file:
> void axis2_stub_start_op_MyService_getProperties( axis2_stub_t *stub, const axutil_env_t *env,
>                                                     adb_getProperties_t* _getProperties,
>                                                   axis2_status_t ( AXIS2_CALL *on_complete ) (struct axis2_callback *, const axutil_env_t *) ,
>                                                   axis2_status_t ( AXIS2_CALL *on_error ) (struct axis2_callback *, const axutil_env_t *, int ) )
>          {
>               .......
>          }
> I got this error when generating the client stub with the following options on the wsdl2c tool:
> -uri myWSDL.wsdl -d adb -u

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org