Mention what is the difference between RPC or document style web services? How you determine to which one to choose?

Technology CommunityCategory: API DesignMention what is the difference between RPC or document style web services? How you determine to which one to choose?
VietMX Staff asked 3 years ago

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.