Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Naveed_Anjum
Visitor

Linking Roku to website through soap web Service

Hello Guys. I am new to roku and want to ask a question.

How can i link my roku dvp to my website through soap webservice?
0 Kudos
5 REPLIES 5
RokuKevin
Visitor

Re: Linking Roku to website through soap web Service

Please look at the Device Registration and Linking guide for our recommended way of linking the box to your web site.

--Kevin
0 Kudos
hpatel18
Visitor

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?
0 Kudos
RokuKevin
Visitor

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.

--Kevin
0 Kudos
guidamedia2
Visitor

Re: Linking Roku to website through soap web Service

Before developing and using web services, do we have to create a registration process first?

There is a sample called "register", would that be a good starting point.
0 Kudos
RokuJoel
Binge Watcher

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.

Joel
0 Kudos