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!
Did you try the method PostFromString
or AsyncPostFromString? You should convert the XML to a string (Escape
) and then post it.