Application Development 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: 

Calling an external webservice from an ABAP program

Former Member
0 Kudos

Hi,

I have found a couple of website that give brief examples on how to make an HTTP request from within an ABAP program, however both of these examples are receiving data from the HTTP request.

What I would like to know is if it is possible to call a web a service to pass data too.

Is this possible and are there any examples of this?

Many Thanks

David

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi David,

Could this link be of any use to you:

http://scn.sap.com/thread/280256

http://www.saptechnical.com/Tutorials/Others/ValidateEmailID/Webservice.htm

Please reward if you find it helpful.

Regards,

Nitin.

2 REPLIES 2

Former Member
0 Kudos

Hi David,

Could this link be of any use to you:

http://scn.sap.com/thread/280256

http://www.saptechnical.com/Tutorials/Others/ValidateEmailID/Webservice.htm

Please reward if you find it helpful.

Regards,

Nitin.

Former Member
0 Kudos

Hi

of course it's possible.

You have to find the right webservice. Some years ago I made some test on a webservice now closed (sorry) that received an email address and a text and send the text to the email address.

It depends on how the service is done.

You can do your own test creating your own web service and calling it from local...

regards

Gabriele