Answer Posted / suresh.gv
Soap is a formatting protocal.
When we send data to the webservice the data will be passed
in network wire.
That data has to formatted by SOAP. and sends to the
service.
then the service will give response to that request . This
data is also formatted by Soap and give it to the client.
SOAP--> HTTP + XML
The format is XML because it is platform dependent . this
service is used by other applications .
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What is the question mark in a url?
What is client side state management?
What are cookies in your browser?
What is the purpose of using MVC programming pattern in ASP.NET?
Why is mvc better than asp.net?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
How is my content secured from unauthorized access?
What is session in http request?
What are the different session state management options available in asp.net?
What is semantic gap?
What is difference between datalist and gridview?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What is data cache in sql server?