|
November 12, 2001 The WSDL's service Element Tips: November 2001
Yehuda Shiran, Ph.D.
|
|
The service element defines the ports supported by the Web service. For each of the supported protocols, there is one port element. The service element is a collection of ports. Here is a SOAP port from the Temperature -- Weather Web service:
The binding attributes associate the address of the service with a binding element defined in the Web service. In this case, this is the TemperatureBinding binding:
Web service clients can learn from the service element where to access the service, through which port to access the Web service, and how the communication messages are defined.
People who read this tip also read these tips: Look for similar tips by subject: |