The endpoint URL for invoking the SCA service. It is part of the
end point reference (EPR) for a dynamic invocation. The endpointURL
is constructed using the values of the system properties called _host
and _port, and the modelled properties webContextRoot and exportContextPath.
The value is defined in the following format: http://hostname:port/WebContextRoot/ExportContextPath.
Note that you cannot delete the_host or _port properties; if you
attempt to delete them, the deletion is ignored, and no errors are
returned.
_host
The host name of the HTTP server to which the SCA module containing
this HTTPExportBinding is deployed. This has to be set manually on
WSRR by the user who has the knowledge of where the SCA module is
deployed. If no value is set on this property, it uses the default
value of localhost .
_port
The port number on which the HTTP server is listening. This has
to be updated manually from WSRR by the user who has the knowledge
of where the SCA module is deployed. If no value is set on this property,
it uses the default value: 9080.
webContextRoot
The SCA web application root context, defined in the application.xml
file.
exportContextpath
The HTTP export context path, defined in the export SCDL file.