ColdFusion : create a wsdl without any complex type included
问题 I have to create a wsdl webservice using ColdFusion to be used by an 'external' tool. The problem I am facing is that this external tool doesn't accept webservices that uses complex types (the wsdl should only get and return simple values as string or integer, but no array, structure or obect). Seems that coldfusion automatically adds some paart using complex types withing the wsdl. My question is : Is there a way to generate a wsdl webservice in ColdFusion that wouldn't include any complex