cancel
Showing results for 
Search instead for 
Did you mean: 

Adpative web service model for MDM Webservice

0 Kudos


Hello All,

I have requirement to display the record on some criteria.I have create webservice throght web service generator.Now i want to use this webservice in CE as adpative web service model and use in custom table ui element in web dynpro java.

I have created adpative web service model and written execution of model code in wddoint and bind output node of webservice to my table ui.

My question is do i need to write code explicitely for mdm connection?

Can anyone provide me any document " ho to call mdm webservice in CE 7.2"?

Thanks

Aditi.

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

as long as the ws is working, you can forget the mdm, pure wdj programming

do you know how to call ws?

Answers (1)

Answers (1)

abhijeet_mukkawar
Active Contributor
0 Kudos

HI Aditi,

you dont need to write explicit code for MDM connection. The MDM WS itself has repository and destination parameters to be supplied.

try to execute that using WSnavigator and you will know what parameters are required.

-Abhijeet

0 Kudos

Hi Jun wu / Abhijeet

Yes it is working with pure wdj programming and no need of explicit code for mdm connection.

Thank you very much.