The HTTP address extensibility element allows the user to specify connectivity information to the HTTP server.
Table 1–1 The HTTP Address Element Attributes|
Property |
Description |
Required or Optional |
Example |
|
location |
A URL which 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> |