Dear Gurus
We have a WCF Service in our application suits that is being used to synchronize data among the different devices of a same user.
We are facing some trouble with WCF as it leaves high memory footprints on the server and also the degree of concurrency is significantly low. we are using Basic Http Binding.
So, i have started working of Axis2 to check if this can help us in this. So before I start I would like to know Advantages/Disadvantages of Axis2 over WCF so if any of you can share a comprehensive article specially keeping performance in mind.
One biggest Advantage we are seeking is that it is open source and free to use in sense of hosting environment as we can deploy it on Linux platform as well.