| Home • Tips • Tutorials • Sample Specs • Certification Q's • Interview Q's • Jobs • Testimonials • Contact Us | ||
Document Categories:
Email a FriendWhat's New?
Contribute?What's Hot? |
RFC-to-Web Service Scenarioby Neeraja This document describes how the
Custom RFC client application in SAP R/3 System invokes a free Web service (that
is hosted over the internet) using SAP XI. For our demo purpose, we have used a
free web service available on the Internet. Details for the same are provided in
the next section. About the web service: In this example scenario we will be using “GetQuote” method of Web service “DelayedStockQuote”. This method retrieves the Stock quote for the given Stock symbol. The method “GetQuote” has an input that takes in two parameters Stock Symbol and License Key and returns the following information.
Link to
webservice:
http://ws.cdyne.com/delayedstockquote/delayedstockquote.asmx?op=GetQuote WSDL of the
webservice:
http://ws.cdyne.com/delayedstockquote/delayedstockquote.asmx?WSDL
Download WSDL from the above link.
1.
Configurations at the Sender
System (SAP R/3) 1.1 Create
RFC destination: 1.2 Create Remote function module Create Remote Function module in R/3 system with the following parameters. Import:
Export:
Source code:
1.3 Create
Report Program Create a report program in the
R/3 system which makes Synchronous
call of a remote-enabled function module ZN_GET_QUOTE. Code snippet REPORT ZTEST_WEBSERVICE. |
|
|
Please send us your feedback/suggestions at webmaster@SAPTechnical.COM Home • Contribute • About Us • Privacy • Terms Of Use • Disclaimer • Safe • Companies: Advertise on SAPTechnical.COM | Post Job • Contact Us ©2006-2007 SAPTechnical.COM. All rights reserved. All
product names are trademarks of their respective companies. SAPTechnical.COM,
Inc. is in no way affiliated with SAP AG. Graphic Design by Round the Bend Wizards |
||