| | |
Web services in .Net
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jun 2009
Posts: 442
Reputation:
Solved Threads: 82
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.
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.
•
•
Join Date: Dec 2007
Posts: 205
Reputation:
Solved Threads: 11
0
#3 Oct 28th, 2009
nice article for beginners
http://www.w3schools.com/webservices/default.asp
http://www.w3schools.com/webservices/default.asp
![]() |
Similar Threads
- Sending & receiving XML file using VB.NET Web services (VB.NET)
- Web Services (ASP.NET)
- Roblox seeks Web Developer – .NET / Ajax or DHTML (Web Development Job Offers)
- how to retrieve the Microsoft Access DAtabase from the INternet using web services (VB.NET)
- Asp.Net and Web Services on Linux (ASP.NET)
- Asynchronous Web Services in .NET Using WSE 2.0 (ASP.NET)
- Running ASP.NET web services on Mac os x (ASP.NET)
- Team Lead C#, ASP.NET, VB.NET, Web Services, SQL - Los Angeles, CA (Web Development Job Offers)
- Web Services Production Manager (Web Development Job Offers)
- How to maintain session for Web Services Object? (VB.NET)
Other Threads in the ASP.NET Forum
- Previous Thread: Embedding pictures
- Next Thread: Calling C# function through Javascript in ASP.NET
| Thread Tools | Search this Thread |
.net 2.0 3.5 ajax alltypeofvideos appliances application asp asp.net beginner box browser businesslogiclayer button c# cac checkbox child class compatible content contenttype control countryselector courier dataaccesslayer database datagrid datagridview datalist deployment development dgv dialog dropdownmenu dynamic dynamically edit embeddingactivexcontrol feedback fileuploader fill findcontrol flash flv form gridview gudi iis image javascript list listbox menu mouse mssql nameisnotdeclared news novell numerical opera order parent problem radio ratings redirect registration relationaldatabases reportemail schoolproject search security select serializesmo.table sessionvariables silverlight smoobjects software sql sql-server ssl tracking treeview typeof validatedate validation vb.net videos vista visual-studio visualstudio vs2008 web webapplications webarchitecture webdevelopment webprogramming wizard xsl





