• 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

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..
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic