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

Communication will be using a SOAP transaction:- Style = document (not RPC)

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

Communication will be using a SOAP transaction:- Style = document (not RPC)

In the above context not RPC means what? ,can anyone explain me.

Thanks
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Faris,

Communication will be using a SOAP transaction:- Style = document (not RPC)
In the above context not RPC means what? ,can anyone explain me.



There are broadly two style of webservices:
1. Document 2. RPC

Webservice in your qs is document style webservice, SOAP message for document style webservices don't have the process name as the RPC style webservices and have different style of invocation as to RPC style webservices.

To learn more about it refer to this link: http://www.devx.com/enterprise/Article/10397/0/page/3

- Amit Srivastava..
 
See where your hand is? Not there. It's next to this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic