cancel
Showing results for 
Search instead for 
Did you mean: 

Java service call from webdynpro

Former Member
0 Kudos

Hi,

Pls provide me some doc/info on how to call java service from abapwebdynpro platform.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Call a web service isn't really a function of WDA. We have the service call wizard, but it only is a code wizard for generating the code to call a proxy class. It doesn't generate the web service proxy. There is nothing special needed for WDA to interact with Web Services. Follow the normal ABAP guides for generating web service proxies and then you can reuse this proxy class in WDA.