Web Services Usage

Please support our C# advertiser: Intel Parallel Studio Home
Reply

Join Date: Dec 2007
Posts: 2
Reputation: pira is an unknown quantity at this point 
Solved Threads: 0
pira pira is offline Offline
Newbie Poster

Web Services Usage

 
0
  #1
Jan 4th, 2008
Hi,

How and when web services should be used? Any specific scenarios or examples please?

The application that I am going to develop is called ticket booking system what can be the use of Web Service to use here.

Thanks,
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 39
Reputation: btech_Saurabh is an unknown quantity at this point 
Solved Threads: 2
btech_Saurabh's Avatar
btech_Saurabh btech_Saurabh is offline Offline
Light Poster

Re: Web Services Usage

 
0
  #2
Jan 4th, 2008
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
Last edited by btech_Saurabh; Jan 4th, 2008 at 7:30 am.
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 8
Reputation: gjain81 is an unknown quantity at this point 
Solved Threads: 0
gjain81 gjain81 is offline Offline
Newbie Poster

Re: Web Services Usage

 
0
  #3
Jan 17th, 2008
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.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C# Forum
Thread Tools Search this Thread



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

©2003 - 2009 DaniWeb® LLC