What is WSDL?
Answers were Sorted based on User's Feedback
Answer / swapna
WSDL is the Web Service Description Language, and it is
implemented as a specific XML vocabulary. While it's very
much more complex than what can be described here, there
are two important aspects to WSDL with which you should be
aware.
First, WSDL provides instructions to consumers of Web
Services to describe the layout and contents of the SOAP
packets the Web Service intends to issue. It's an
interface description document, of sorts. And second, it
isn't intended that you read and interpret the WSDL.
Rather, WSDL should be processed by machine, typically to
generate proxy source code (.NET) or create dynamic proxies
on the fly (the SOAP Toolkit or Web Service Behavior).
| Is This Answer Correct ? | 5 Yes | 1 No |
how to connect application to database by using the command?
what are the steps involved in using the validator framework?
What is a Complex Element?
Is web application testing different from desktop application testing? Explain how.
what atttributes we use to create a webservice?
What is Code Base, Style Sheets?
What is user application?
If i have a form, and 1 part of the form needs to use validator framework and the other part need not use, how will i ensure that?
How do you know how many users are online on a website?
How does DTD work?
what are the general webtesting questions and how to respond them in generally in interview point of them
what is the relationship between garbagecollection and thread?