Answer Posted / 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 |
Post New Answer View All Answers
What is Code Base, Style Sheets?
What is user application?
WHAT IS THE SIGNIFICANCE OF ADUSTIL.DLL IN IIS?
What is a lambda?
What is difference between webbased application, web enabled application and seb oriented application? Give some exapmles using Microsft languages?
1. How can u know that the DB has connected to ur WLS? 2. What happen when u deploy a ear file in web applications? 3. What happen when ur DB and proxy server(Apache) are down n ur weblogic server is up? 4. How can u configure ur proxy server(Apache)? 5. How can the proxy server(Apache) communicate with ur WLS? 6. How the request process to ur WLS through the Proxy server(Apache)? 7. How can u know that ur heap memory is full? 8. When will u do garbage collection?
Design a web crawler? How will you avoid from getting into infinite loops?
in companies what is the use of websphere?
Enlist some sub-classes of http response objects?
How to create virtual directory in IIS?
have you already used mvc before? What you like/dislike about it?
Difference between display none and visibility hidden ?
Define http.
What are the interfaces of SAX?
Can we use data reader object in webservices?