--%>

What does WSDL stand for

What does WSDL stand for?

E

Expert

Verified

WSDL is, Web Services Description Language. This is an XML representation of the web service interface.

Two types of the operations are specified there in the WSDL file as represented through the < soap:binding > attribute of the file.

a. Document oriented operations – These are the ones that has XML documents as input /output
b. Result oriented operations – These are the ones that has input parameters like the input message and result like the output message.

   Related Questions in Programming Languages

  • Q : How authorities save their Private Keys

    How do certifying authorities save their Private Keys?

  • Q : Types of rings in CPU Name the

    Name the different kinds of rings presented in CPU?

  • Q : Explain Automated Testing-Software

    Automated Testing: Software testing is the most generally used technique for verifying and validating software. While testing may not provide the same rigor as model checking, it is far more scalable and usually does not require a significant tool inf

  • Q : What is an IP address IP address : An

    IP address: An Internet Protocol (abbreviated as IP) address for a networked computer. Presently, IP addresses comprises of 4-byte values, written in dotted decimal notation, like 129.12.0.1. In future, IP addresses will be 16-bytes long to accommodat

  • Q : Explain Polling Polling : It is the

    Polling: It is the process of repeatedly testing until a situation becomes true. Polling can be incompetent when the time between tests is little compared with the time it will take for the condition to become true or right. A polling thread must slee

  • Q : Public class in java Q. Explain the

    Q. Explain the concept of public classes in java. How they are useful? 

  • Q : Choice of technology in coding of game

    What are the choice of technologies while coding a game?

  • Q : Explain Connection handshake Connection

    Connection handshake: It is the exchange of messages among two processes in an attempt to create a connection between them.

  • Q : What are Relational operators

    Relational operators: Operators, like <, >, <=, >=, == and!=, which produce a Boolean outcome, as portion of a Boolean expression.

  • Q : Explain Branch instruction Branch

    Branch instruction: It stores a new instruction address into the program counter. The consequence of this is the next instruction to be fetched will not generally be the one instantly following the branch instruction. Therefore the normal chronologica