[iPhone and Web Services]: REST vs SOAP

后端 未结 4 1841
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-14 00:24

I\'ve started my degree project, a mobile application suitable for iPhone, Android and (in the near future) Symbian. The server architecture is the following:

  • web
4条回答
  •  广开言路
    2021-02-14 00:45

    SOAP with Fast Infoset is suited for small devices:

    JAX-WS 2.0 and its reference implementation support both Fast Infoset and MTOM/XOP. This article includes information about Web Service Performance for Fast Infoset vs. MTOM/XOP:

    http://www.devx.com/xml/Article/35385/1954

    Fast Infoset is optimized for small devices that have bandwidth constraints, and is supported by many vendors such as Microsoft .NET and .NET CF, Sun GlassFish, BEA WebLogic, IBM SDK for Java 6.0 and others.

    http://en.wikipedia.org/wiki/Fast_Infoset

提交回复
热议问题