@jws:location Tag

Specifies the URL at which a service accepts requests for each supported protocol.

Syntax

@jws:location
	[http-url="httpEndPoint"]
	[jms-url="jmsEndPoint"]

Attributes

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.

Remarks

The following rules apply to this tag's use:

When optionally applied to an interface in a CTRL file:

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.

Related Topics

@jws:protocol Tag

Service Control: Using Another Web Service