Which WSDL Service Definition part – Specifies an address for a binding?
-
Binding
-
portType
-
Port
-
Message.
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.