Web services in .Net

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Oct 2009
Posts: 1
Reputation: abeldennis is an unknown quantity at this point 
Solved Threads: 0
abeldennis abeldennis is offline Offline
Newbie Poster

Web services in .Net

 
0
  #1
Oct 27th, 2009
I want to know about the Web Services in C#.Net.Actually Why it is needed and how it is implemented.
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 442
Reputation: Ramesh S will become famous soon enough Ramesh S will become famous soon enough 
Solved Threads: 82
Ramesh S Ramesh S is offline Offline
Posting Pro in Training
 
1
  #2
Oct 27th, 2009
A Web Service is programmable application logic accessible via standard Web protocols. One of these Web protocols is the Simple Object Access Protocol (SOAP)

Consumers of a Web Service do not need to know anything about the platform, object model, or programming language used to implement the service; they only need to understand how to send and receive SOAP messages

Actually Web services provides the ability to exchange business logic/components among diverse systems over web.

Assume that you have a requirement of using a business logic, say for example, income tax calculation in a web application and a desktop application.

Assume that web application is developed using Java and the desktop application is developed using WinForms with C#.

In this scenario, you may need to write code for java and C# separately. It increase the efforts and time.

If you implement income tax calculation as a web service and deploy it over web, both java and C# applications can consume the same service.

The web service can be written using a development platform such as C#, Java etc.

The application which consumes a web service need not be written in the same platform. For example, if you create web service using C#, it can be consumed by other applications written using Java, PHP.

Web services are base for software deployment models such as Saas, SOA and cloud computing.
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 205
Reputation: carobee is an unknown quantity at this point 
Solved Threads: 11
carobee carobee is offline Offline
Posting Whiz in Training
 
0
  #3
Oct 28th, 2009
Reply With Quote Quick reply to this message  
Reply

Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC