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



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

Answer / skybeaver

XML web services using ASMX conform to the WS-I basic
profile, which means that it meets certain interoperability
standards.

.NET Remoting isn't implemented with much concern for
interoperability. Services implemented using .NET
Remoting, even if they use an open standard like SOAP as
the transport layer, cannot be consumed by non-.NET clients.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More OOPS Interview Questions

Please send ford technologies placement paper 2 my mail id

0 Answers  


What is abstract class in oops?

0 Answers  


program for insertion ,deletion,sorting in double link list

0 Answers  


What is polymorphism and why is it important?

0 Answers  


Why is abstraction used?

0 Answers  






namespace is working on which compiler?

3 Answers  


What is use of overloading?

0 Answers  


what is the definition of incapsulation

2 Answers  


What are generic functions and generic classes?

5 Answers  


write a programe to calculate the simple intrest and compund intrest using by function overlading

0 Answers  


Why many objects can working together? How objects working togetherM I want to see example code.

2 Answers  


What is abstraction?

9 Answers  


Categories