‎2007 Nov 22 4:01 AM
What is a Web service? Why is it used?
Message was edited by:
priyanka jatla
‎2007 Nov 22 4:33 AM
Hi Priyanka,
In simple terms,a webservice is a functionality exposed in the form of Open XML standards. Any application that can parse XML can make use of the webservice to execute the required functionality. They don't need to bother about the backend at all.
for more infoL
http://www.w3schools.com/webservices/default.asp
Thanks,
Kulwant
‎2007 Nov 22 4:39 AM
HI,
webservice is a method which can take some input process it and gives some output which can be accessed from any application.
in ABAP world every RFC is a webservice.
check this link for the general definition of webservice
http://en.wikipedia.org/wiki/Webservice
use the link
Pls: reward suitable points for suitable answers.
Regards,
IFF
‎2007 Nov 22 4:46 AM
Hi
The Web services toolset is integrated in the SAP NetWeaver Developer Studio. Wizards and various tools enable you to create and incorporate Web services.
Features
Web Services Development in ABAP
Web services support in the 2004 release of SAP NetWeaver Developer Studio allows both ABAP and Java developers to develop and immediately test drive Web services, without having detailed knowledge of WSDL, SOAP, or UDDI.
Web services development in the ABAP Workbench is quite easy with the Web Services Creation Wizard.
Reward if usefull