@jws:location Tag
Specifies the URL at which a service accepts requests for each supported protocol.
@jws:location [http-url="httpEndPoint"] [jms-url="jmsEndPoint"]
htp-url
Optional on CTRL files; prohibited on JWS files. The URL of the target service's HTTP end point.
jms-url
Optional on CTRL files; prohibited on JWS files. The URL of the target service's JMS end point.
The following rules apply to this tag's use:
When optionally applied to an interface in a CTRL file:
Only one @jws:location tag may be present in the interface's Javadoc comment block.
Values for this tag's attributes are typically computed automatically when the web service is compiled or deployed. The values are derived from the deployment environment of the web service.
You may wish to change the attribute values if a web service or Service control is moved to a different file system location or host.