Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the various ways of accessing a web service?

Answers were Sorted based on User's Feedback



What are the various ways of accessing a web service?..

Answer / wani king

Basically, accessing a web means, accessing the web pages
from the web server, so there are various methods by
virture of which one can access the web pages from the web
server. the best one is URL ( both obsolute and relative
can can the same), Hyperlinks can be a good move, search
Engines. Hypermedia.

Is This Answer Correct ?    2 Yes 3 No

What are the various ways of accessing a web service?..

Answer / swapna

1. Asynchronous Call

Application can make a call to the Webservice and then
continue to do whatever it wants to do. When the service is
ready it will notify the application. Application can use
BEGIN and END method to make asynchronous call to the web
method. We can use either a WaitHandle or a Delegate object
when making asynchronous call.


The WaitHandle class share resources between several
objects. It provides several methods which will wait for
the resources to become available.


The easiest and most powerful way to implement an
asynchronous call is using a delegate object. A delegate
object wraps up a callback function. The idea is to pass a
method in the invocation of the web method. When the web
method has finished it will call this callback function to
process the result.

2. Synchronous Call
Application has to wait until execution has completed.





Is This Answer Correct ?    4 Yes 6 No

Post New Answer

More Web Related AllOther Interview Questions

What are the test case formats in case of a static website and dynamic website?

0 Answers  


How do I provide information to the Web Service when the information is required as a SOAP Header?

1 Answers  


How have you used ActionScript in your Flash development? To what length?

0 Answers  


What are the available environments on the web?

0 Answers  


What is the transport protocol you use to call a Web service SOAP?

3 Answers   Siebel Systems,


How to Identify the first string and last string in a HTML page (source code)?

1 Answers  


what atttributes we use to create a webservice?

0 Answers  


when my application is overloaded?

0 Answers   CTS,


Can we use data reader object in webservices?

0 Answers   PUCIT,


What is the result of “20” + 20;

0 Answers  


What is the search engine optimizetion.

1 Answers   Wild Net,


How can you test the security of a Web site,both manually and by using a tool?

0 Answers  


Categories