• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SOAP Vs REST

 
Ranch Hand
Posts: 1491
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
a). Whether SOAP is RPC-style? But in the WSDL soap body's messaging style has the option document/literal (or) wrapped document/literal. Because document is messaging based, not RPC based.

b). Can i use SOAP WebServices for point-to-point communication model than distributed computing model ?
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!

kri shan wrote:a). Whether SOAP is RPC-style? But in the WSDL soap body's messaging style has the option document/literal (or) wrapped document/literal. Because document is messaging based, not RPC based.


SOAP is not necessarily RPC-style. As you say, it can also be Document-style.


b). Can i use SOAP WebServices for point-to-point communication model than distributed computing model ?


Do you mean point-to-point communication without distributing client and server?
If so, I would say it is possible but question the meaning of using SOAP in such a scenario.
Best wishes!
 
eat bricks! HA! And here's another one! And a tiny ad!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic