Software Archive
Read-only legacy content
17061 Discussions

Help using Web Services - Flickr

Michael_K_6
Beginner
235 Views

Hi,

I'm still going through tutorial phases and learning.  One thing that i couldn't figure out while i was testing the Web Services.

This video was very helpful in getting started, but it never touched on passing variable between multiple Service Methods (like flickr): https://software.intel.com/en-us/videos/interlinking-services-and-ui-controls

Flickr as an example, I can call the array into List View and get all array data for photosets_getList , however, I would like to pass the ID in array (which is the photoset ID) to the photosets_getPhotos' photoset_id in order for me to show the photosets from the selection made.

I have 2 Data binding setup, one for photosets_GetList named as album_list, and photosets_getPhoto as get_photos

I tried to link the ListView which has the album_list binding to drive the get_photos , i get {{uib_w_2::id}} in the photoset_id , however when i save/refresh, it changes over to {{uib_w_2::uib_w_2_data}} .

What is the correct way to pass the variable between service methods?

-Mike

 

0 Kudos
1 Reply
Michael_O_
Beginner
235 Views

Hello.

See the full documentation here 

0 Kudos
Reply