When we use web service and when we use Remoting?

Answer Posted / ganesh

WebService is Platform,Object ,Programming Language
indepedent while remoting depends on platform means client
to be built using .NET Framework or other framework that
supports .NET Remoting
webservice can be accessed on http protocol and soap based
message formating while remoting supports tcp/http with
binary and soap based formating.
webservice is based on singlecall method means for every
request remote object is loaded, while remoting supports
singlecall and singleton method.
webservice lies under unbrella of Remoting.

Is This Answer Correct ?    18 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?

2566


How do you directly call a native function exported from a DLL?

6645


What are the steps to publish an object outside the service domain

553


Which one is better WebService and Remoting ?

614


Will clr handle unmanaged code or not?

571






How to directly call a native function exported from a dll?

561


When should we choose .net remoting over .net web services?

536


Define proxy in .net remoting?

566


what are the requirements to enable remote components to interact each other?

527


What are different types of assemblies?

572


Explain serialization formatters in .net remoting

562


Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?

520


What is the Difference between CAO and SAO in Remoting.

556


What are the types of remotable objects?

561


Name the distributed systems available apart from .net remoting?

556