The only HTTP Connectivity element is the address element.
The HTTP address extensibility element enables you to specify connectivity information to the HTTP server.
Table 15 HTTP address Element Attributes| 
 Property  | 
 Description  | 
 Required or Optional  | 
 Example  | 
|---|---|---|---|
| 
 location  | 
 A URL that specifies the connectivity information to connect to the HTTP server.  | 
 Required  | 
 http://myhost:7676/some/additional/context  | 
The following example illustrates the use of the HTTP address extensibility element defined for a service port.
<port binding="y:binding" name="soapEndpoint"> <http:address location="http://myhost:7676/some/additional/context" /> </port>  |