Here I have a doubt to resolve an error, which I got after compiling the the wsdl file.
The details are as follows.
First I have compiled the .wsdl file with wsdl2h . Here I didnot get any error. To complete the compilation process we have done "soapcpp2 headerfile.h" . After this, I got error for duplication declarations in header files.
How to modify the respective .xsd file to resolve this issue ?...