The syntax for the webservice-endpoint element is as follows:
<!ELEMENT webservice-endpoint (port-component name, endpoint-address-uri?, (login-config|message-security-binding)?,transport-guarantee?, service-gname?,tie-class?, servlet-imp-class?)>Table 8–2 webservice-endpoint Element
| Element Name | Occurrences | Description | Type | 
| port-component-name | 1 | Unique name of a Web Service within a module. This name should be the same as the endpoint: name in sun-jaxws.xml. | PCDATA | 
| endpoint-address-uri | 0 or 1 | Unused for Web Server | PCDATA | 
| login-config | Unused for Web Server | ||
| message-security-binding | 0 or 1 | Used to bind a Web Service endpoint or port to a specific security provider. This element can also be used to provide a definition of message security requirements to be enforced by the security provider. | See Table 8–3 message-security—binding | 
| transport-guarantee | 0 or 1 | Unused for Web Server | PCDATA | 
| service-qname | 0 or 1 | Unused for Web Server | |
| tie-class | 0 or 1 | Unused for Web Server | PCDATA | 
| servlet-impl-class | 0 or 1 | Unused for Web Server | Class name |