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

Explain what are an object and a class?

0 Answers  


what is GAC?

1 Answers   Manhattan,


Explain the Scope of public/private/friend/protected/protected friend.

1 Answers   Wipro,


Difference abstract class and interface in .net?

0 Answers  


What is il in vb.net?

0 Answers  






What is Datatype Conversion in Vb.net?

1 Answers  


Types of JIT and what is econo-JIT ?

5 Answers   Hewitt, TCS,


Who is using .net core?

0 Answers  


What is the use of common language runtime?

0 Answers  


How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?

0 Answers  


What is the Difference between imperative and interrogative code?

2 Answers  


How to store and retrieve images in SQL server database through VB.NET?

1 Answers  


Categories