When I deploy a job as a web service via ESB Conductor, I am not seeing where to find the service or service endpoint or wsdl. Documenation doesn't mention a default. Configuration tab doesn't include any obvious settings. ZooKeeper / Service Locator is not set up. Tomcat Manager does not list the service. http://localhost:8040/services the default for CXF does not list the service either. Where is it running?
You are right: http://localhost:8040/services lists the service endpoints active in your Talend Runtime, assuming you have one running onyour local machnine. You may also use the command "cxf:list-endpoints" within the console of your runtime to list the available endpoints. If you don't see any services I suppose deployment of your service failed for some reason. BTW, the Tomcat Manager will not help you as Talend Runtime is based on Karaf not on Tomcat. Regards, Zsolt