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

What is pure oop?

0 Answers  


What is the main feature of oop?

0 Answers  


create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.

2 Answers   CTS, Delhi University,


Where You Can Use Interface in your Project

0 Answers   KPIT,


what is multi level inheritance give n example ?

13 Answers   HDFC, Hulas Steel, Ness Technologies,






Who invented oop?

0 Answers  


What is difference between inheritance and polymorphism?

0 Answers  


wht is ditch

0 Answers  


What are the OOPS concepts?

106 Answers   A1 Technology, Bajaj, CTS, EDS, HP, Infosys, Intel, Microsoft, MNC, Persistent, PlanetSoft, ProConstructor, TCS, Virtusa, Wipro, YSoft Solutions,


Get me an image implementation program.

0 Answers  


the difference between new and malloc

5 Answers   Siemens,


what is difference between objects and function

1 Answers  


Categories