I'm facing the following problem concerning xml validation with gSOAP:
I use wsdl2h to generate a header file from my xsd and soapcpp2 to generate C sources from that header file. Using the generated sources in my program I'm able to write an xml file.
Is there any way to validate the generated xml file against the xsd after/during generation?
Thanks, Flo