Re: Change prototypes for AXIS_OBJECT_CREATE_FUNCT

2006-04-19 Thread Adrian Dick
Hi, Nadir, I've just taken a look at the various places the engine uses this, and agree these parameters are now redundant. Also, as you point out, removing these will greatly simplify the generated code, and in turn the WSDL2Ws code. +1 from me. Regards, Adrian

Change prototypes for AXIS_OBJECT_CREATE_FUNCT

2006-04-18 Thread Nadir Amra
As I have been implementing the C bindings (getting close, AxisBench, CalculatorDoc, and SimpleTypeArray works like a charm), I think we should be able to change the typedef for typedef void* (* AXIS_OBJECT_CREATE_FUNCT)(void**, bool bArray, int nSize); and the corresponding code. With the