ColdFusion web service and data types
I am writing a web service using ColdFusion. I would like to be able to recieve and return integers, however my only option is ColdFusion's, "numeric" type, which ends up begin a "xsd:double" in the wsdl. It also converts an integer like "3" to "3.0".
I am using cfc's with <cfproperty's in them to define my complex types.
Is there any way to get more specific with the types in the wsdl created by a ColdFusion web service?
