| | |
Web Services Usage
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
Ticket Booking......a nice concept......
in webservices we can create methods....n call that methods in our application Remotely.....(Remoting and Webservicesare the different scenarios.....)
The use of Webservices in ur application....is like by using webservices we can check...number of Ticket are booked....n how much are pending....n lots of more.....its all depend upon the user Requirement
in webservices we can create methods....n call that methods in our application Remotely.....(Remoting and Webservicesare the different scenarios.....)
The use of Webservices in ur application....is like by using webservices we can check...number of Ticket are booked....n how much are pending....n lots of more.....its all depend upon the user Requirement
Last edited by btech_Saurabh; Jan 4th, 2008 at 7:30 am.
•
•
Join Date: Dec 2007
Posts: 8
Reputation:
Solved Threads: 0
Hi,
Web services are used when you want to allow multiple ussages of diffrent subset finctionalities.
For example if you provide a webservice to find what is the number of remaining seats.
This webservice is a complete business flow and can be used in various other applications to show from your system how many seats are still available, i.e even out side of you application.
If you are familiar with Remote Function CAlls Webservice is just the same wiith additional infrastructure to support authentication, discoverability, ease of use, etc etc.
It would be good if you read through
a simple enoguh intro thru:-
http://www.w3schools.com/webservices/default.asp
the main idea is to have enterprise ready systems ready for integration and is the way of now and the future.
For your simple project i would advise you to use REST style webservices rather than the Bulky SOAP implementation.
So just google around and you should be happy.
Web services are used when you want to allow multiple ussages of diffrent subset finctionalities.
For example if you provide a webservice to find what is the number of remaining seats.
This webservice is a complete business flow and can be used in various other applications to show from your system how many seats are still available, i.e even out side of you application.
If you are familiar with Remote Function CAlls Webservice is just the same wiith additional infrastructure to support authentication, discoverability, ease of use, etc etc.
It would be good if you read through
a simple enoguh intro thru:-
http://www.w3schools.com/webservices/default.asp
the main idea is to have enterprise ready systems ready for integration and is the way of now and the future.
For your simple project i would advise you to use REST style webservices rather than the Bulky SOAP implementation.
So just google around and you should be happy.
![]() |
Similar Threads
- Hardware Interrupts & 100% CPU usage (Windows NT / 2000 / XP)
- Programming FAQ - Updated 1/March/2005 (Computer Science)
- learning php (PHP)
- Seeking Excellent Hosting Company (Web Hosting Deals)
- Links not working in web sites using Internet Explorer 6.0 (Viruses, Spyware and other Nasties)
- Unmetered Web space for Reseller Web Hosting from WebHostingWith.us (Web Hosting Deals)
- Experienced C# .NET developer looking for offsite job! (Post your Resume)
- Associated w/ " Majority CPU Usage" (Viruses, Spyware and other Nasties)
- my pc is at 100% cpu usage. HELP.. Please see Hijackthis log (Viruses, Spyware and other Nasties)
- 50% + CPU usage (Viruses, Spyware and other Nasties)
Other Threads in the C# Forum
- Previous Thread: fetch value
- Next Thread: echo user input to *****
| Thread Tools | Search this Thread |
Tag cloud for C#
.net access ado.net algorithm array barchart bitmap box broadcast buttons c# chat check checkbox client color combobox control conversion csharp custom database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event excel file files form format forms function gdi+ httpwebrequest image index input install java label list listbox listener mandelbrot math mouseclick mysql networking object operator oracle path photoshop picturebox pixelinversion post prime programming radians regex remote remoting richtextbox save saving serialization server sleep socket sql statistics stream string table tcp text textbox thread time timer treeview update usercontrol validation view visualstudio webbrowser windows winforms wpf wpfc# xml





