WSDL Binding Types: HTTP
See Also
When creating or editing a WSDL file, you may be prompted to select a binding type and a binding subtype.
A binding contains protocol and data format information for the operations and messages of a port type.
If you select the HTTP binding type, then you must select one of the following binding subtypes:
- GET with urlEncoded encoding.
The binding uses the GET verb, and message parts are encoded into the HTTP request URI using the standard URI-encoding rules.
- GET with urlReplacement encoding.
The binding uses the GET verb, and message parts are encoded into the HTTP request URI using a replacement algorithm.
- POST with urlEncoded encoding.
The binding uses the POST verb, and message parts are encoded into the HTTP request URI using the standard URI-encoding rules.
- POST with urlReplacement encoding.
The binding uses the POST verb, and message parts are encoded into the HTTP request URI using a replacement algorithm.
- See Also
- New WSDL Document Wizard: Concrete Configuration
- Generate Binding and Service Port Dialog Box
Legal Notices