| Author: Rajaraman 30 Apr 2007 | Member Level: Diamond | Rating:  Points: 2 |
xmltextwriter..
|
| Author: manas ranjan meher 30 Apr 2007 | Member Level: Bronze | Rating:  Points: 2 |
Soap is a formating protocol which is used in web services. When a client request a web method which is in server the request goes to the client server, it passes the request to the soap which call the web method and the result of the web method will arrange in xml format and the request goes to http protocol, http protocol arrange this request in packet format and send to stub object the stub object actually run the web method and again send to soap, then soap will arrange this result with the help of http protocol in form of packet and sen d it to the client.
Binary Formatter: It is used for calling the remote method in side the .net platform only.
|