Unable to configure SOAP connection between OIC and on-prem private Service
Summary:
I'm trying to establish a connection between OIC and on-prem private system to consume SOAP web service using the WSDL URL. To reach the other system, the OIC IP address has been whitelisted from the other system side, and we've created a connectivity agent through the OIC instance and shared it with the other system to install. The agent has been installed successfully. However, we still cannot connect to the web service.
The web service has two-level authentication. First, there is another service to generate token. Then, this token is used for the main web service. The first web service that generates the token is a REST connection and it is working fine. The issue accrues with the second web service (the main web service we want to consume).