Wsdl2h seems to overwrite the output message (from WSDL file). When looking at generated .h file, no reference to the original 'output message' variable can be found. This causes generated c++ code to return a “tag name or namespace mismatch” error (compiles, but has a run-time error). The example below shows the 'output message' variable being “ConfigResponse”, and the generated code...
2009-06-26 18:26:57 UTC in gSOAP Toolkit