I'm implementing RSS support for a new web browser; i would like to know if anybody has any idea how an update packet from the cloud server to the network layer at the client side would look like in both the scenarios:
i) If the protocol is XML-RPC
ii) If the protocol is SOAP
I could manage to get the register request and response packets.