Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
Re: Linking Roku to website through soap web Service
Hi,
a) I would like to consume my webservice in my channel. how can i do that? b) After consuming the web service, i would like to show the data in real time either by using video or by image. is it possible?
Re: Linking Roku to website through soap web Service
a) Use roUrlTransfer to GET/POST to your webservice and use the BrightScript XML parsing capabilities (Brightscript Reference Section 4.5) b) Yes, but in general the video screen and poster screens will download the images and video themselves.... You will supply links to these components.
Re: Linking Roku to website through soap web Service
It all depends on your web service. Registration and linking is purely optional for a developer. If your service requires authentication to return data then you may have to use some kind of linking system.