Answers for "rpc vs document style web services"

0

rpc vs document style web services

In document style web services,
we can transport an XML message as 
part of SOAP request which is not possible
in RPC style web service. Document style 
web service is most appropriate in some
application where XML message behaves as
document and content of that document can
alter and intention of web service does not
rely on the content of XML message.
Posted by: Guest on January-14-2021

Browse Popular Code Answers by Language