what is soap?
Answers were Sorted based on User's Feedback
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 |
Answer / tapan gupta
soap = Simple Object Access Protocol
It is a simple,lightweight,xml based protocol for
exchanging information.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / ashu_jsr
SOAP is Single Object Access Protocol
SOAP is simply XML output on HTTP protocol.
| Is This Answer Correct ? | 12 Yes | 7 No |
Answer / prasanthi
soap is nothing but it is a protocol which is used for
webservices
| Is This Answer Correct ? | 1 Yes | 0 No |
How to disable disable browser's Back button in asp.net (JavaScript)?
When is the ViewState available during the page processing cycle ?
How do you create a permanent cookie?
In this case if exception occure in Database which catch block will be exexcuted?
Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()
What is _viewstart?
The question is "After sign out from email, Then we click a back button , we can't go to the previous page ie inbox page, It is displaying a login form only" My doubt is How will code this , If u know please blog me through this or my mail. my mail id is yoursguna@gmail.com
How you will improve web application performance?
Difference between HTML control and Web Server Control?
What is SQL injection?
Disable Mouse right click on web page in asp.net?
Difference between Active Exe and Dll ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)