943,806 Members | Top Members by Rank

Ad:
  • C# Discussion Thread
  • Unsolved
  • Views: 1154
  • C# RSS
Jan 4th, 2008
0

Web Services Usage

Expand Post »
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,
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
pira is offline Offline
2 posts
since Dec 2007
Jan 4th, 2008
0

Re: Web Services Usage

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.
Reputation Points: 10
Solved Threads: 2
Light Poster
btech_Saurabh is offline Offline
39 posts
since Jan 2008
Jan 17th, 2008
0

Re: Web Services Usage

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.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
gjain81 is offline Offline
8 posts
since Dec 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C# Forum Timeline: fetch value
Next Thread in C# Forum Timeline: echo user input to *****





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC