Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

calling external web service from ABAP program

Former Member
0 Likes
678

Hello,

How to call an external web service from ABAP program ?

thanks, Kislev.

3 REPLIES 3
Read only

athavanraja
Active Contributor
0 Likes
498

which version of SAP you are on . if you are on WAS6.40 you can create the client proxy in ABAP using the wsdl of the webservice and consume the same.

if you are on was6.10 or 6.20 you can do the same over http. in this case your abap will work as a http client using cl_http_client class to consume webservice.

Regards

Raja

Read only

0 Likes
498

check out the following weblogs on this subject.

/people/durairaj.athavanraja/blog/2005/07/12/send-sms-to-india-from-abap

/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

/people/durairaj.athavanraja/blog/2004/09/20/consuming-web-service-from-abap

Regards

Raja

Read only

Former Member
0 Likes
498

Look at this weblog by Thomas.

/people/thomas.jung3/blog/2005/01/05/develop-a-web-service-that-sends-an-email--in-abap

Regards,

Ravi