cancel
Showing results for 
Search instead for 
Did you mean: 

Using Webservices in Webdynpro Abap

Former Member
0 Kudos

Hi all,

I want to use Webservice in Webdynpro ABAP. Can any one guide me...

Thanks,

Gopi.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

How to use webservice in wda. Any guidance?

Thanks,

Gopi.

Former Member
0 Kudos

simply create Proxy for the webservice you want to consume,

then call this proxy in your webdynpro application.

Former Member
0 Kudos

Hi,

I am new for webdynpro abap. can u please explaing elaborately.

Thanks,

Gopi.

Former Member
0 Kudos

Hi,

the link which i have provided has some tutorial on web services.

i think it can help you ..

have you gone thru it?

Former Member
0 Kudos

go through the link provided to you in this thread,

in general, you need to create a proxy for the webservice you want to use in SE80, this will create class and method for the service, then you can call this method in your dynpro application.