aspose file tools
The moose likes Web Services Certification (SCDJWS/OCPJWSD) and the fly likes RPC/literal in Ivan notes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Web Services Certification (SCDJWS/OCPJWSD)
Reply Bookmark "RPC/literal in Ivan notes" Watch "RPC/literal in Ivan notes" New topic
Author

RPC/literal in Ivan notes

vasu chowdary
Ranch Hand

Joined: Mar 15, 2008
Posts: 84
I am very impressed with scdjws5studynotes by Ivan.I got a doubt while i reading this,he mentioned the drawback of RPC/literal as

A drawback is that if there is a new version of an operation in the service that needs, for instance, additional parameters
then the clients need to upgrade as the service changes, unless of course both the old and the new
version of the service are published at the same time.


what it mean by upgrade as the service changes?can any one explain this very clearly?
William P O'Sullivan
Ranch Hand

Joined: Mar 28, 2012
Posts: 860

RPC Clients must match the Web Service Providers layout (WSDL).

As this changes, it can render the client modules inoperable.

This is not the case (mostly) with document/literal SOAP conversations.

WP
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: RPC/literal in Ivan notes
 
Similar Threads
New To Web Service
reading soap-envelop messages
How to generate a correct WSDL for a service with overloaded methods ?
getting started with webservices .
Sending XML data to webservice