Multiple choice technology web technology

WSDL

  1. TCP/IP or UDP port on the server

  2. Reprsents the actual service inv used

  3. Exposes a <service> using a specific protocol binding

  4. All of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The element in WSDL represents a collection of elements, where each port exposes the service through a specific binding and endpoint address. The binding defines the protocol (SOAP over HTTP, for example) and message format, while the service element groups these ports together. This allows the same service to be exposed through multiple protocols or endpoints.