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 the default security setting in .net?

0 Answers  


Can a try block have more than one catch block?

0 Answers  


differance between checkbox and rediobutton in vb.net?

1 Answers  


Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!

3 Answers   3i Infotech,


Explain different types of cookies in .NET?

1 Answers  






What is manifest in .net?

0 Answers  


State the various features present in .NET?

0 Answers  


How can you turn-on and turn-off cas?

0 Answers  


What is managed code in .NET?

0 Answers  


In code behind class, name the type of code found. Is it the server side code or client side code?

0 Answers   Accenture,


What is a system lock?

2 Answers   Wipro,


What is the difference between web application and enterprise application?

0 Answers  


Categories