3.3.3.2.1.2.1.1 <Endpoint>
Specifies a single WSBinding objects endpoint reference.
If the referenced endpoint is specified as an inbound endpoint, the GWWS server creates the corresponding HTTP and/or HTTPS listen endpoint. At least one inbound endpoint must be specified for one inbound WSBinding object.
If the referenced endpoint is specified as an outbound endpoint, the GWWS server creates HTTP and/or HTTPS connections per SOAP requests for the outbound WSBinding object.
If an outbound endpoint is not specified for the outbound WSBinding object, the first 10 endpoints (at most) are auto-selected.
The referenced endpoint must already be defined in the WSDF.
Table 3-8 Endpoint Attributes
| Attribute | Description | Required |
|---|---|---|
use
|
The referenced endpoint id defined in the WSDF. | Yes
|
Note:
Please note the following maximum endpoints limitations for each GWWS server:- Each GWWS server may create at most 128 inbound endpoints in all inbound WSBinding objects to accept SOAP requests.
- Each GWWS server may create connectivity with at most 256 outbound endpoints in all outbound WSBinding objects.
Parent topic: <Binding>