WSDL
name
attribute provides a unique name among
all bindings defined within in the enclosing WSDL document.binding
attribute (of type QName) refers to
the binding using the linking rules defined by WSDL.<wsdl:service name="HelloService"> <wsdl:port name="HelloPort" binding="tns:HelloWorldBinding"><!--defined by a previous binding--> <soap:address location="http://localhost:8080"/> </wsdl:port> </wsdl:service>
14 of 17