Is it possible implement webservices without SOAP?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a garbage collector?

622


Conceptually, what is the difference between early-binding and late-binding?

585


What operating systems does the .net framework run on?

554


Explain how to produce an assembly?

578


Why do we use msmq?

599






What is the procedure to add assemly to gac to make it shared one?

511


If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?

516


What are Satellite Assemblies? How you will create this? How will you get the different language strings?

1574


What are .net applications?

540


What is reflection in microsoft .net context?

568


State the various features present in .NET?

601


What is interface and abstract class in .net?

552


Describe difference between inline and code-behind?

653


What is the use of system.diagnostics.process class in .net?

538


What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?

513