Multiple choice technology web technology

In WSDL a refers to

  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. None of the above

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

In WSDL, a element defines an individual endpoint by combining a (protocol + data format) with a network address. It exposes the service through a specific protocol binding like SOAP over HTTP. Option A incorrectly refers to transport-layer ports, while B is vague and contains a typo.