Invoking Java Service from Adapter Service returns supplied service doesn't exists

Hi All,

The requirement is to insert the data from Java Service to Employee Table. I tried below steps but getting error that the supplied service doesn’t exists. Could someone help me to find out the issue?
To invoke Java Service:

  1. Created employeeService as Java Service
  2. Invoked Java Service (employeeService) from Adapter Service

Thanks

Hi,

service name in the adapter template should be FirstService.services:employeeService
Alternatively you can copy the service namespace using ctrl+c on the java service and paste it in the adapter template.

Regards,
Mansooor

Hi Harleen,
Yes the invoking service namespace (fully qualified path) should be -
FirstService.services:employeeService

Please try it out and see if it helps!

HTH,
RMG