cancel
Showing results for 
Search instead for 
Did you mean: 

regarding webservices

Former Member
0 Kudos

hi i am doing application using webservice and i test the WSDL url with some parameters it was working.Now i called that webservice to webdynpro using webservice model.Now my question is input fields are in disable mode when i run the application please help me

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

give the Service Controller (Template) a try:

http://help.sap.com/saphelp_nw70/helpdata/EN/ce/a212403dbedd5fe10000000a155106/frameset.htm

Greets,

Martin

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

After doing all the necessary mapping as suggested in the previous posts, do not forget to execute your model node. Otherwise there will not be any values ie elements in your model node.

thanks & regards,

Manoj

former_member201361
Active Contributor
0 Kudos

Hi ,

U have to declare the usage of Model to the component.

ie : context mapping between the nodel to the Component Controller and finally mapping between the component controller to the view Controller context .

Bind the Attribute to the Input field .

Thanks and regards

PradeepBondla
Active Contributor
0 Kudos

Hi,

As snehal said you might not bind the model in view that is the reason input fields are disabled.

regards,

pradeep

snehal_kendre
Active Contributor
0 Kudos

HI,

Did you bind you web service model in view?

In wdoinit of both controller and view bind your webservice model. your problem will be solved.