Exforsys
+ Reply to Thread
Results 1 to 3 of 3

Web service

This is a discussion on Web service within the Interview Questions forums, part of the Career Management category; Can you give an example of when it would be appropriate to use a web service as opposed to a ...

  1. #1
    ikdaigo is offline Junior Member Array
    Join Date
    Jul 2004
    Answers
    5

    Web service

    Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component?


  2. #2
    sanereddy Guest

    Re:Web service

    If you want to Provide Services to you partners or Customers, without having them to understand the webpages and the way you are returning the data since web services returns true xml document in relational format. It\'s very easy to parse and use your service effectly.

    for examples, airline reservation. if some one is reseller to your service, you just buld the webservice and provide them. they can just make a call and incorporate that in their website. user may not know that he is the reseller or agent of it which makes very user friendly site insted of using wrapers or screen scraping technology.

    there are may other reasons too.

    hope this answers your question.


  3. #3
    ikdaigo is offline Junior Member Array
    Join Date
    Jul 2004
    Answers
    5

    Re:Web service

    Thanks bro !


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...