Saturday 16 November 2013

Creating a Service in SICF & Consuming it.


Business Scenario: Generally a service is called in the web browser with an URL. In this case we will create a service in SICF transaction and the service contents is provided by a handler Class.

Step1. Go to Tcode- SE24 to create a class.







Step2. Provide the class name and click on create button.













Step3. Provide the description and click on Save Button.



















Step4. Go to the Interface Tab and provide the Interface 'IF_HTTP_EXTENSION' and then go to Methods tab.












Step5. Double click on the method to implement it.











Step6. Provide the below code and activate the method.













Step7. Go to Tcode- SICF.









Step8. Execute it.


















Step9. Lets create a under 'default_host/sap/bc'. Select the Node 'bc' and click on the Create Host/Service Button.





















Step10. Provide the service name 'ZDEMO_SERV1' and click on Continue button.




















Step11. Under the Login Data tab, provide the user credentials and then click on Hander List Tab.























Step12. Provide the above created CLASS Name and save it and go back.



















Step13. The service 'ZDEMO_SERV1' is inactive.

















Step14. Right Click on the service 'ZDEMO_SERV1' and click on Activate Service.












Step15. Click on YES button.













Step16. The service 'ZDEMO_SERV1' is active now.













Step17. Right click on service name and click on Test Service button.













Step18. The service is called and the output is appeared in the Browser.












Step19. In the URL part, remove the client part and provide any value separated by '/'. and hit enter button.












Step20. The value now passed to the handler class and appears in the browser.











______________________________________________________________________________

No comments:

Comments system

Disqus Shortname