cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming a WSDL [ Webservice ] in ABAP

Former Member
0 Kudos

HI All

My requirement is , i need to consume web service in ABAP, i have tried some links but couldn't able to figure out the actual procedure of consuming the service, so can anyone provide me with all steps in consuming a web service

Thanks

Chaitanya.A

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You need to create an Enterprise proxy for your web service. This will be a generated ABAP class that will act as the web service consumer. You can create proxies from se80 itself, Create->Enterprise Proxy->Service Consumer. Then call the class methods normally as you call any ABAP code. The class will be a wrapper for the actual web service.

Regards,

Nithya

Former Member
0 Kudos

Hi Nithya

Thank you for prompt reply

can you be a little elaborate on the procedure.

Thanks

Chaitanya.A

Answers (1)

Answers (1)

aaron_morden2
Contributor
0 Kudos

This is a very good blog to learn how to consume a webservice.

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1012] [original link is broken] [original link is broken] [original link is broken];

You will probably need to go down to the Release 640 section.

Former Member
0 Kudos

Hello Aaron

Will go through the blog and revert back to you..

Thank you

Chaitanya.A