0 Replies Latest reply on Feb 18, 2020 4:21 AM by robert_levanmao

    How to deploy services from various projects

    robert_levanmao

      I have a test project that uses OpenLiberty, Arquillian, Springframework and Maven to test web services (target WebSphere) in a third party project. I can write arquillian tests, build against the third party libraries, deploy and execute the tests locally. Now I wouldl like to include into teh existing tests other web services from a 2nd and 3th projects. What is the correct way to do it? Could I keep the same server, add the extra services and redirect HTTP calls to those services or else?