What does WSDL stand for ?


(Web Services Description Language)



Explore posts in the same categories: ASP.Net Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • What is WSDL?
  • WSDL is the Web Service Description Language, and it is implemented as a specific XML vocabulary. While it's very much...
  • What are stand-alone procedures?
  • Procedures that are not part of a package are known as stand-alone because they independently defined. A good example of...
  • Is there any way to rapidly turn dispatchable COM object interfaces into the Web service methods?
  • Sure! The Microsoft SOAP Toolkit includes WSDL Generator wizard that can be used to selectively expose the IDispatch-derived interface methods...
  • What are proxy objects?
  • Objects that stand for other objects are called proxy objects or surrogates. template class Array2D { public: class Array1D { public: T& operator[] (int index); const T& operator[]...
  • What are the core protocols/standards behind XML Web services?
  • XML (for message format), HTTP and others (for transport), WSDL (Web Service Definition Language, to describe the Web services...
  • What do the initials DDL and DML stand for and what is their meaning ?
  • DDL is data definition language and DML is data manipulation language.  DDL statements are CREATE, ALTER, TRUNCATE.  DML statements are...
  • Does .NET support one-way Web service operations? Does Microsoft SOAP Toolkit support one-way Web service operations?
  • Yes, .NET framework does support one-way messages. To set a void method as one-way operation, set the OneWay property to...
  • What is J2EE module
  • A software unit that consists of one or more J2EE components of the same container type and one deployment descriptor...
  • What is a router? What is a gateway?
  • Routers are machines that direct a packet through the maze of networks that stand between its source and destination. Normally...
  • Can I integrate a data quality solution within other software applications?
  • Data quality solutions can be fully integrated into CRM, ETL (Extract ...

    Comments are closed.