Multiple choice technology architecture

Which WSDL Service Definition part – Specifies an address for a binding?

  1. Binding

  2. portType

  3. Port

  4. Message.

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

In WSDL, the Port element specifies the network address (endpoint) for a binding. It combines a binding (which defines the protocol and data format) with an actual network location (URL) where the service can be accessed. Binding defines protocol format, portType defines operations, and Message defines data structures.