Search code examples
rokubrightscriptscenegraph

How to post xml with roUrlTransfer in a Roku App?


My app needs the "rendezvous" registration, so I need to post XML data to our server. I know roUrlTransfer is used for Http/Https request in Roku App. I also saw some simple examples, but I haven't figured out how to send XML data to a server? Appreciate it for any hint!


Solution

  • Did you try the method PostFromString or AsyncPostFromString? You should convert the XML to a string (Escape) and then post it.