Answer Posted / ramesh
webservice is an application that designed to interact with other application through internet.
soap-simple object access protocol used to interact with other application. This main function transfer the object from one application to another application and it translate objects into xml format
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to turn off cookies for a page?
What is difference cookie and session?
How many web config files can be created for an application?
How is mvc different from asp.net? : Asp.Net MVC
Why is it preferred to not use finalize for clean up?
Explain the use of dataadapter.
How do I know asp.net mvc version? : Asp.Net MVC
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What is a postback ispostback and autopostback in asp net?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
Why mvc is faster than asp.net? : Asp.Net MVC
What is viewstategenerator?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is asp.net ajax?
Which method is used to enforce garbage collection in .net?