Folks We generated c files using wsdl2c available with axis2. The generated code has some variables and function calls like
axis2_env_t , axis2_qname_t and axis2_qname_create(). While we tried to compile the generated code it was throwing errors. After digging up a bit we found that by changing axis2 prefixes to axutil, it was compiling. We also did some googling and found that some other project which uses axis2c had the same problem. Even after compiling we were getting linker errors. Are we doing any mistakes here? the flags we used to generate the code is "wsdl2c -uri wsdl -d adb -u" . We were trying to use wsdl files generated by axis1.x java. Any immediate help is much appreciated. Thanks Sampath Kannan
