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 |
Explain "URL Encoding",HTML "entity", GET method, POST method ?
How do you know how many users are online on a website?
Explain Connection Pooling in IIS 3.0 and 4.0 ?
What software do you use to build websites? Give me an example of a project that you built using JavaScript. What kind of functionality did you create?
what are the steps involved in using the validator framework?
How do you troubleshoot when a website displays '404:Page Not Found;'. what are the various steps that you take to diplay the page requested?
If we force XML for web design, the browzer size will reduce. How?
Enlist some web testing tools.
What are namespaces? Why are they important?
If you have an issue with your page, how do you debug it, what tools do you use?
How to redirect to another page?
what is the Need for CSS ?