How Web Services help Us?
What r the difference between Remoting and webservices
Answers were Sorted based on User's Feedback
In remoting objects communicates thru homogineous protocols
i.e.,TCP.Where as Webservices provides funtionality thru
hetrogenious protocals i.e., HTTP,SOAP.
In remoting data is passed as streams whereas webservices
communicates in XML Format
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / sharifuddin
webservices Remoting
------------ -----------------
Hetroginious Homogenious
By Using HTTP, SOAP TCP
using XML Serialization Bianary Serialization
Any application can access only .Net -> .Net
can communicates
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / reshma nair
Web services are small, reusable applications that help
computers from many different operating system platforms
work together by exchanging messages. Web services are
based on industry protocols that include XML (Extensible
Markup Language), SOAP (Simple Object Access Protocol), and
WSDL (Web Services Description Language). These protocols
help computers work together across platforms and
programming languages.
Remoting provides a way for application in different
machines/domains to communicate with each other.Remoting is
a more effcient means than web services for allowing
programs to interact
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / madhuri
webservices:webservices technology enables cross platform
integration by using http,xml and soap for communication .
remoting:remoting is technology that allows programs ans s/w
components to interact across application domains.
webservices are Interoperability in nature,we can call them
synchronously and asynchronously.
Is This Answer Correct ? | 2 Yes | 1 No |
HI!!
Web services are those services delivered via web and
assume that ur project comprising of timezone of u.s you
need not write a code for that just call in the web method
you need for that time
Differnce:-The ultimate difference between these two is
When u have both client and server @ your end you can use
webservices and
when u have either the client or the server @ your end it
will be awesome if you opt Remoting
Is This Answer Correct ? | 3 Yes | 6 No |
How to create events for a control?
What are the advantages of using Master Pages?
can we edit records from repeater control
Describe the Server Control Events of ASP.NET?
0 Answers SwanSoft Technologies,
Can you use c# without .net?
Is string a value type or a reference type?
How to implement Authentication and Authorization?
What is a PostBack ?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
Define Query Interface,Adref,Release?
What is the function used for removing an event listener?
What is HTTPContext and HTTPModule. What is the use of them?