| | |
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 |
.net access algorithm api array asp.net barchart bitmap box broadcast c# check checkbox client combobox control conversion csharp custom database databaseconnection datagrid datagridview dataset datetime dbconnection degrees design development draganddrop drawing encryption enum eventhandlers excel file firefox form format forms function gdi+ grantorrevokepermissionthroughc#.net image index input install java label libraries list listbox loop mandelbrot marshalbyrefobject math mouseclick movingimage mysql mysql.data.client operator path photoshop php picturebox pixelinversion platform post programming radians regex remoting resourcefile richtextbox server sleep socket sql statistics stream string study system.servicemodel table tcpclientchannel text textbox thread time timer update usercontrol validation visualstudio webbrowser windows winforms wpf wpfc# xml





