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

Please explain what are an inheritance, polymorphism, and encapsulation?

0 Answers  


Major role of CLR for CAS

2 Answers   Infosys,


Which namespace is the base class for .net Class library?

1 Answers  


What is boxing and un-boxing in .net?

0 Answers  


What operating systems does the .net framework run on?

0 Answers  


How is a managed code executed?

1 Answers  


How to load a user control dynamically in runtime?

0 Answers  


Compare client server application with n-tier application

0 Answers  


Is .net core stable?

0 Answers  


What are the similarities and difference between class and structure in .net?

0 Answers  


Explain attributes in dot net?

0 Answers  


Interop Services?

0 Answers  


Categories