Hello,
I am newbie. I want to know what is the difference between soap-rpc and soap-msg? I mean, I found the definitions about them in the webService Doc but I want to know specifically when I should use one over another? what are the scenarios and pro-cons?
You can use either of them rpc/msg it works depends on the source/target provider requests (but in the future you may migrate to 7.1 or higher) and rpc is deprecated,just a caution.
using soap RPC, we can communicate only b/w systems but not other applications like mobiles…
if you using Soap MSG, irrespective of systems you can communicate.