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
How should I destroy my objects in asp.net?
What kind of data can be stored in viewstate?
What is the purpose of using MVC programming pattern in ASP.NET?
Explain the advantages of caching?
What is session and cookies in asp.net?
Which method do you use to enforce garbage collection in .net?
What is the page life cycle in asp.net?
Why session is necessary in web application?
Why is it preferred to not use finalize for clean up?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
What are different types of api?
What is postback request?
Why is this service branded with windows livetm?
What does asp in asp.net stand for?
What is difference between datalist and gridview?