Results 1 to 6 of 6

Thread: Rest Api or Soap web-services?

  1. #1
    AlexAv's Avatar
    AlexAv is offline Sugar Community Member
    Join Date
    Oct 2009
    Location
    Ukraine
    Posts
    922

    Default Rest Api or Soap web-services?

    What is advantage of the rest api?
    Letrium ltd. - Only high quality service
    http://letrium.com

  2. #2
    AlexAv's Avatar
    AlexAv is offline Sugar Community Member
    Join Date
    Oct 2009
    Location
    Ukraine
    Posts
    922

    Default Re: Rest Api or Soap web-services?

    Has anyone any ideas?
    Letrium ltd. - Only high quality service
    http://letrium.com

  3. #3
    agcopley is offline Sugar Community Member
    Join Date
    Nov 2007
    Location
    Santiago, Chile
    Posts
    204

    Default Re: Rest Api or Soap web-services?

    Quote Originally Posted by AlexAv View Post
    Has anyone any ideas?
    For me its is:

    1. faster...no passing wdsl's back and forth
    2. more flexible...you can return the data in any format you like as long as you can decode it at the other end...but json is easy because the encode decode functions are already written
    3. More extensible..it is relatively easy to add new calls to the REST api.

    Rgds
    Andrew

  4. #4
    AlexAv's Avatar
    AlexAv is offline Sugar Community Member
    Join Date
    Oct 2009
    Location
    Ukraine
    Posts
    922

    Default Re: Rest Api or Soap web-services?

    Thanks for reply.
    Letrium ltd. - Only high quality service
    http://letrium.com

  5. #5
    GodDoTheRest is offline Junior Member
    Join Date
    Oct 2007
    Posts
    1

    Default Re: Rest Api or Soap web-services?

    same issue here. particularly when i try to send large amount of REST requests, i will get a lot of invalid session id error. worse yet, even i try to get a new session after this error, it still doesn't work

  6. #6
    AlexAv's Avatar
    AlexAv is offline Sugar Community Member
    Join Date
    Oct 2009
    Location
    Ukraine
    Posts
    922

    Default Re: Rest Api or Soap web-services?

    Hello

    Rest API works good.
    For example follow this link
    Letrium ltd. - Only high quality service
    http://letrium.com

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. web services using soap
    By gopalkalasa in forum General Discussion
    Replies: 0
    Last Post: 2009-01-23, 09:25 AM
  2. Help w/Soap Services And PHP
    By hopelab in forum Developer Help
    Replies: 2
    Last Post: 2006-03-23, 02:41 AM
  3. SOAP Services
    By Loerincz in forum Developer Help
    Replies: 5
    Last Post: 2006-03-03, 08:59 PM
  4. SOAP Web Services
    By MarkTyrrell in forum Help
    Replies: 1
    Last Post: 2005-10-21, 12:37 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •