CFMX - SOAP vs REST benchmarks
One of the applications that we have developed relies quite heavily on web services and I've been doing some benchmarking to figure out how we can improve the performance of it. Currently the application consists of a AIR/Flex frontend and a CF backend which is using SOAP web services to communicate. I wanted to understand the level of overhead that the SOAP layer added to each coldfusion request and understand if it would be beneficial to move away from using SOAP to using a REST type direct XML format. Test 1: SOAP CFC vs REST CFM Initally I created two
Read comments or post a reply to : CFMX - SOAP vs REST benchmarks