| Author: Nevual Gogri 21 Mar 2007 | Member Level: Silver | Rating: Points: 2 |
Web service is simply an application that exposes a Web-accessible API. That means you can invoke this application programmatically over the Web. Using SOAP Protocol.Web services allow applications to share data. Web services can be called across platforms and operating systems regardless of programming language. .NET is Microsoft's platform for XML Web services.
Web Service Application Like Pay per view Channel we can make Software as pay per use, using Web service. For example, let say ABC developed expensive Software for 3D Virtual Modeling. Lot of company does not want acquire the licensee because it is expensive and they need to pay for Support etc. Instead of this if ABC makes this software as a WebService, most of the company will use as pay per use. Another example Credit card validation we can expose as a webservice. (Good example for webService).
Using VisualStudio.NET we can easily create WebServices. ASP.NET WebService this project type will be used to create WebService.
|
| Author: ChandraShekarThota 29 Jun 2007 | Member Level: Diamond | Rating: Points: 2 |
see SOA uses webservices using some others methods and making it work in our application
|
| Author: ChandraShekarThota 29 Jun 2007 | Member Level: Diamond | Rating: Points: 2 |
u take money from icici with citibank atm card so how interaction is between banks is through webservices
|
| Author: Sridhar R 07 Aug 2008 | Member Level: Diamond | Rating: Points: 3 |
Verify this link..This may help u..
http://en.wikipedia.org/wiki/Web_service http://www.w3schools.com/webservices/default.asp http://www.w3.org/TR/ws-arch/
|