According to the gSOAP website the tools wsdl2h and soapcpp2 are used to generate the server-side of a webservice starting with a WSDL file. My question is, if it is possible to get auto-generated code that support JSON serialization.
I'm asking because the xml-rpc-json examples shipped with gSOAP use only basic data types. But I need complex types like an array of points Point(x,y)[] as input arguments of a server-side method.