I use SOAP services in Flex 3 using proxies created by WSDL, created by tools in Flex Builder. Some SOAP objects have zero-integer properties that are converted to zero during the conversion process of a SOAP-local object. We are considering the magic number approach, where if the service returns -1, we treat it as zero. This is obviously a hack and may not work in some situations (situations where -1 is a valid #, for example).
Has anyone out there found a better solution?
Jeff b
source share