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


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to