‎2006 Mar 21 8:28 AM
Hello,
How to call an external web service from ABAP program ?
thanks, Kislev.
‎2006 Mar 21 8:30 AM
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
‎2006 Mar 21 8:33 AM
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
‎2006 Mar 21 8:33 AM
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