• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

RPC X Document - WSDL binding style.

 
Ranch Hand
Posts: 290
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi..I have a question..

Does the statement bellow make sense ?

RPC X document
These terms imply that the RPC style should be used for RPC programming models and that the document style should be used for document or messaging programming models. That's not the case at all. THE STYLE HAS NOTHING TO DO WITH A PROGRAMMING MODEL. It merely dictates how to translate a WSDL binding to a SOAP message. Nothing more. YOU CAN USE EITHER STYLE WITH ANY PROGRAMMING MODEL.



Please..let me know! Tks in advance!
 
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!
Well, there is nothing stopping you from writing the following kinds of web services:
  • An RPC web service that has a parameter that is an XML document.
  • A Document web service which takes an XML document that mimics the XML sent in an RPC request.

  • Thus, I'd say: Yes, the statement makes sense.
    Note, however, that it does not mean the approaches are equivalent.
    Best wishes!
     
    Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
    Gift giving made easy with the permaculture playing cards
    https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
    reply
      Bookmark Topic Watch Topic
    • New Topic