Fixing the sample code is one of the TODOs for 1.5.
At one point we decided against putting the generated code in the CVS.
Hence it would be more usefult to have some ant scripts to help users
generate code for sample WSDLs. One problem I have is that for some
samples (like doclitbase) we do not have the WSDL.

Thanks,
Samisa... 


On Thu, 17 Mar 2005 15:11:17 +0000, John Hawkins <[EMAIL PROTECTED]> wrote:
>  
> great - every little helps :-) 
> can you send diffs please with a minus c (-c) 
>  
>  
>  
>  
>  
>  
>  David Burken <[EMAIL PROTECTED]> 
> 
> 17/03/2005 15:06 
>  
> Please respond to
>  "Apache AXIS C Developers List" 
>  
>  
> To [email protected] 
>  
> cc 
>  
> Subject code fixes 
>  
>  
>  
>  
>  
> Hello,
>  
>  I am new to your list.  I'm compiling the latest cvs ws-axis on linux 
>  fedora core 3 using gcc 3.4.2.
>  
>  There are several errors in the "ws-axis/c/samples/" directory.  Do you 
>  want my build fixes?  Most are pointers assigned to objects, also a lot 
>  of methods where control reaches end without a return.  I'm assuming the 
>  below is an errors unless you wanted the address of the pointer:
>  
>  param->varInt = pIWSDZ->getElementAsInt("varInt",0);
>  
>  Change to:
>  
>  param->varInt = *(pIWSDZ->getElementAsInt("varInt",0));
>  
>  I can send changes if you like, let me know.
>  
>  Take care,
>  Dave
>  
>  
>

Reply via email to