标签: android web-services magento soap
我们正在使用Magento webservice创建一个Android APP。有两种类型的Web服务:Soap和Rest。哪种方式更好?
我在网上挖了一下,很多人说REST比Soap有更好的性能?(不知道为什么)。
然而,似乎Magento社区并没有开发REST API的所有功能,那么我是否应该结合使用REST和Soap来开发APP?
任何人都请光一下,先谢谢。