cancel
Showing results for 
Search instead for 
Did you mean: 

Create dropdown with the webservice response

Former Member
0 Kudos

Hi experts,

I'm beginner in webdynpro and I need create a screen which will have a field of type Dropdown with the values obtanied from a webservice call, once selected the value of the list and filled others fields of the form, other webservice must be called to obtained the webservice information.

Could everyone help me please?

Regards,

Jose

Accepted Solutions (1)

Accepted Solutions (1)

PradeepBondla
Active Contributor
0 Kudos

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Create a dropDownByIndex element and bind it to ur Response

object attribute of web service which u need to show in the

dropdown.

On ontoggle event of dropdown by index write ur required code

to call another webservice.

In order to get the selected value from the dropdown just get

the current value of the bound attribute .Using this value u

can call another web service.

Iam assuming u r calling ur first web service in ur init() method.

Regards

Surender dahiya