Overview

Since Genero 2.11, each 4GL variable generates a associated named complexType in the WSDL and references it. Notice that this does not impact the web service at all, but some tools will then generate additional client stubs to follow the WSDL definition with the name of such complexType. This means that a client program written from a WSDL generated in 2.10 must be reviewed if it uses now a WSDL generated in 2.11 or later.

If you do not want to modify your application, you can use following program that will remove the named complexType and add the unnamed equivalent as child node of the parameter variable of all web service operations, so in other words, as if the WSDL would have been generated in 2.10.