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's a windows process in .net?

0 Answers  


Describe the role of global.asax.

2 Answers  


What is a strategy pattern? Implement it.

1 Answers  


How do you turn off cookies for one page in your site?

3 Answers   Siebel Systems,


What is the base class of Button control in .NET?

0 Answers  


One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?

0 Answers  


What are the deferred execution and the immediate execution in linq?

0 Answers  


How to get the hostname or IP address of the server?

2 Answers  


What is "common language runtime" (clr) in .net?

0 Answers  


Explain how garbage collection works?

0 Answers  


Please explain what is immutability, what is it for and how is it codified?

0 Answers  


why .net does not support multiple inheritance?

2 Answers   Microsoft,


Categories