Using the same HTTP connection for two different services.

Using the same HTTP connection for two different services.

book

Article ID: KB0091527

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Resolution:
Description
===========
Can two Service activities share the same HTTP connection?

Environment
==========
All


Resolution
==========
Yes, two Service activites can share the same HTTP connection (server:port). However each service should have a unique endpoint URL. If the two services use the same endpoint URL, BW will throw the following error:

caused by: com.tibco.bw.service.ServiceInitException: [EndpointURL = http://localhost:8112/] There is already a Service registered for this URL

Issue/Introduction

Using the same HTTP connection for two different services.