 |
SOAP RPC
Method invocation is the point of the transaction. Which is fine;
most applications aren't about the XML payload, they're about doing
something. So RPC transactions are distinguished from message transactions:
- Suggests that a procedure is performed
- Operations have parameters and return types
- Usually synchronous
- Typically uses SOAP encoding (rather than, say literal encoding)
- It's the more common use
|