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

write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).

0 Answers  


what is the 3 types of system development life cycle

0 Answers  


what is oops

4 Answers   DELL,


what is data abstraction with example.

1 Answers  


what is polymorpsim? what are its types?

8 Answers  






What is polymorphism in oops?

0 Answers  


define oops with class and object

5 Answers   HCL, Tech Mahindra,


Why a "operator=(...)" when there is a copy ctor?

2 Answers  


What are the two different types of polymorphism?

0 Answers  


WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)

1 Answers   TCS,


In which cases you use override and new base?

2 Answers  


What is object and class in oops?

0 Answers  


Categories