Integration Server 10.15 | Web Services Developer’s Guide | How Integration Server Builds Consumer and Provider Endpoint URLs | How Integration Server Builds the Consumer Endpoint URL | How the Consumer Web Service Endpoint Alias Affects the Endpoint URL
 
How the Consumer Web Service Endpoint Alias Affects the Endpoint URL
The host and/or port information specified in the consumer web service endpoint alias provided as the input to the web service connector or assigned to a binder determine the host:port portion of the endpoint URL. The following table explains how Integration Server builds the endpoint URL at run time when host and/or port are specified in the consumer web service endpoint alias.
Note:
If a value is specified for the _url input parameter for a web service connector the url value takes overrides the original URL from the WSDL. Additionally, Integration Server ignores the host and port information provided in the consumer web service endpoint alias.
Original URL in WSDL or Value of _url input parameter
If Host Name is...
If Port is...
Integration Server constructs this endpoint URL...
http://localhost:5555/ws/folder:wsName
http://localhost:5555/ws/folder:wsName
http://localhost:5555/ws/folder:wsName
newHost
http://newHost:5555/ws/folder:wsName
http://localhost:5555/ws/folder:wsName
6666
http://localhost:6666/ws/folder:wsName
http://localhost:5555/ws/folder:wsName
newHost
6666
http://newHost:6666/ws/folder:wsName
http://localhost/ws/folder:wsName
http://localhost/ws/folder:wsName
http://localhost/ws/folder:wsName
newHost
6666
http://newHost:6666/ws/folder:wsName
http://localhost/ws/folder:wsName
6666
http://localhost:6666/ws/folder:wsName
http://localhost/ws/ folder:wsName
newHost
http://newHost/ws/folder:wsName