What does WSDL stand for?
Answers were Sorted based on User's Feedback
Answer / vamsi krishna alluru
Dear All,
Wsdl Stands for Web Service Description Langauge
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
Answer / praveen singh
Web services Description Language
Regards,
Praveen Singh
Praveen.kumar4u1093@gmail.com
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / praveen
Web Services is a fairly new technology that has become
very popular in the past few years. Basically, a Web
service is a service that is created to communicate, using
standard XML formats, to any application that knows how to
talk to it. The Web service will have a public interface
written in Web Service Description Language (WSDL). The
interface describes what the Web service does and how to
communicate with it. The actual communication is done with
XML, typically using the SOAP protocol. Because XML is
basically just text, an application that can read text can
read and interpret a Web service.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / anjani kumar
"WSDL stands for Web Services Dsescription Langauge. There is WSDL.exe that creates a .wsdl Files which defines how an XML Web service behaves and instructs clients as to how to interact with the service.
eg: wsdl http://LocalHost/WebServiceName.asmx".
Is This Answer Correct ? | 0 Yes | 0 No |
write a sample code make use of xmltext writer
Explain diff. Between friend and protected friend?
Can you explain the importance of finalize method in .net?
what are configuration files?
What are Caching techniques in .NET
what is the generics and where used generics in your project?
How we can force all the validation controls to run?
what is the advantage of data reader?
What are asynchronous callbacks?
What is cyclomatic complexity and why is it important?
What are the different authentication modes in the .NET environment?
What is the use of service provider?