I try to make a list of the available web service com techniques and what they're specially good for (pros and cons).
I know:
XML: One way (client asks server for data)
XML-RPC: Bidirectional (client can command server, get data, send data)
Hessian: Very fast because binary form? Better for images, not good for text? Not sure?
What else?