what is soap?

Answers were Sorted based on User's Feedback



what is soap?..

Answer / 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

what is soap?..

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

what is soap?..

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

what is soap?..

Answer / prasanthi

soap is nothing but it is a protocol which is used for
webservices

Is This Answer Correct ?    1 Yes 0 No

what is soap?..

Answer / srikanth

SOAP is simply XML output on HTTP protocol.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'

2 Answers  


“~” means in asp.net application?

4 Answers   IBS,


How can we create a website?

0 Answers  


Can we have multiple web config files for an asp.net application?

0 Answers  


How to bind all the binding controls in a page at once in ASP.NET?

0 Answers   Viscus Infotech,






Describe the role of inetinfo.exe, aspnet_isapi.dll and aspnet_wp.exe in the page loading process

1 Answers   HCL, Siebel Systems, Visual Soft,


How do I open an ashx file?

0 Answers  


Interface have Default Modifier Is 'Public'.Where We Will Use The KeyWord In Interface?

3 Answers   Phoenix Technologies,


How many web config files can be created for an application?

0 Answers  


how to get modified rows from Dataset

1 Answers   CGI,


Code for scolling in gridview

1 Answers   TCS,


How to save Link of a Webpage in excel sheet?

1 Answers   HCL, NIIT,


Categories