| Author: lavanya 07 Aug 2008 | Member Level: Gold | Rating: Points: 0 |
bjj
|
| Author: Saravanan.R 08 Aug 2008 | Member Level: Silver | Rating: Points: 4 |
WebService for B-B process. In .net we can write methods and store in the webservice in WebMethod. From that we call from anywhere. For the access different platform servers we implement webservice.
(Hai, surely you don't know ans-Member Level: Gold )
|
| Author: Saravanan.R 08 Aug 2008 | Member Level: Silver | Rating: Points: 1 |
hi just try.. http://www.w3schools.com/webservices/default.asp
|
| Author: karthikeyan 08 Aug 2008 | Member Level: Bronze | Rating: Points: 5 |
web service is an application component whic is use for sharing information to applications which are requesting it for information. the web service is mainly used for sharing informations between many applications without giving direct access to your database. the best example is cricket score card which is displayed on many web pages. they fetch data from a web service provider who in turn updates their web service database. another example is share market portal. these two are day to day examples and there are a lot more.
|
| Author: Sridhar R 26 Aug 2008 | Member Level: Diamond | Rating: Points: 5 |
Web Services.. 1.Its a small unit of code 2.Only limited set of tasks can be handled by webservices 3.XML based commmunicating protocols can be used 4.These are independent of programming languages 5.People,system and devices are connected through web services.
For More details.. http://en.wikipedia.org/wiki/Web_service http://www.w3schools.com/webservices/default.asp http://www.w3.org/2002/ws/ http://www.webopedia.com/TERM/W/Web_services.html
|