Welcome to jBasket Interviews, where you can ask questions and receive answers from other members about job interviews and job seeking tips.

What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?

0 votes
Explain XML Web Services using ASMX and .NET Remoting using SOAP? What are the differences ?
asked 2 years ago by scott (560 points)

1 Answer

0 votes
I've never done any programming with .Net Remoting but I think the concept is similar to RMI/CORBA in Java where remote invocation of a remote object is carried out. So .NET remoting is more for binary communication.

In the question,  it refers to .NET remoting using SOAP. I think (not totally sure) that it is equivalent with ASMX in this case. However, ASXM provides in addition a well defined wsdl and Document/Literal style where as .NET remoting is more OO suitable.
answered 2 years ago by hiro.numara (470 points)

Related questions

0 votes
0 answers
+1 vote
0 answers
+1 vote
0 answers