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...


Is it possible implement webservices without SOAP?

Answers were Sorted based on User's Feedback



Is it possible implement webservices without SOAP?..

Answer / m.shanmuga sundaram,rjnsoftwar

Representational State Transfer (REST) is an alternate to
SOAP. HTTP methods like PUT,GET,POST,DELETE are used for
CRUD operations (Create,Retrieve,Update and Delete
operations) manipulating data.

In ASP.Net, work with http handlers (.ashx) to implement
REST. Newer versions of framework may have their built in
functionality.

Is This Answer Correct ?    14 Yes 0 No

Is it possible implement webservices without SOAP?..

Answer / murugan

yes

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is Polymorphism? How does VB.NET/C# achieve polymorphism?

0 Answers  


What is difference between static page and dynamic page?

0 Answers  


How will you make .NET programs work in Linux ?

0 Answers  


Difference b/w dataset.clone and dataset.copy ?

1 Answers   Protech,


What are the types of jit?

0 Answers  


How can I find out what the garbage collector is doing?

0 Answers  


Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?

0 Answers  


What is a strong name in .net?

0 Answers  


What are the new 2.0 features useful for?

0 Answers  


Can you write a class without specifying namespace?

0 Answers  


What is UDDI and how to register the web service in it?

0 Answers   TCS,


Explain how does assembly versioning work?

0 Answers  


Categories