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 are the providers available with VS.NET ?

2 Answers   TCS,


What do you mean by Driver Script?

0 Answers   TCS,


What are .net applications?

0 Answers  


Class for getting the info that is on clipboard of our system in a windows App?

1 Answers  


Explain the .net framework overview?

0 Answers  






What are good ADO.NET object(s) to replace the ADO Recordset object.

1 Answers  


Explain about the features and elements present in Visual studio.NET IDE?

0 Answers  


Explain manifest & metadata.

5 Answers   Wipro,


What operating systems does the .net framework run on?

0 Answers  


What is prerender event of a page?

3 Answers   C Squared Systems,


When should I use .net core?

0 Answers  


Explain can the validation be done in the server side? Or this can be done only in the client side?

0 Answers  


Categories