Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
WSDL Binding
The Binding icon in the WSDL Toolbox creates a WSDLbinding stereotyped Class, representing the WSDL Binding.
Each WSDLbinding Class implements the operations specified by a particular WSDLportType Interface and describes the message format and protocol details for the operations and messages defined by this WSDLportType.
WSDL Bindings should be defined under the Bindings package in the WSDL Package structure.
WSDL Properties: Double-click on the WSDLbinding stereotyped Class in the diagram or the Project Browser.
Reference
Field/Button |
Usage |
See also |
||||
Name |
Specify the name for the WSDL PortType.
|
|
||||
PortType |
Select the WSDL PortType to be implemented by this WSDL Binding.
|
|||||
Protocol |
Specify the protocol for the transmission of the selected WSDL PortType's Operations. The supported protocols are:
|
|
||||
Transport |
Defines the SOAP protocol. This field is disabled for HTTP protocol. Default: http://schemas.xmlsoap.org/soap/http
|
|
||||
Style |
Specify the style of SOAP protocol. This field is disabled for HTTP protocol.
|
|
||||
Verb |
Specify the HTTP verb. The supported verbs are:
This field is disabled for SOAP protocol.
|
|
||||
Documentation |
Specify the notes for this element ( Optional ).
|
|
||||
OK |
Save the values entered and close the dialog.
|
|
||||
Cancel |
Discard the values entered and close the dialog.
|
|
||||
Help |
Display this Help topic.
|
|
||||
UML |
Open the UML Properties dialog. This button is available when editing the WSDL Binding.
|
Notes
• | A WSDL Binding must implement a WSDL PortType; therefore, WSDL PortTypes should be defined before creating WSDL Bindings |
• | WSDL Bindings can only be created under the Bindings package in the WSDL Package structure |
• | The name of the WSDL Binding should be unique among all the WSDL Bindingss within the WSDL |
Learn more