docker-ei icon indicating copy to clipboard operation
docker-ei copied to clipboard

EI-6.5.0 wsdl services port

Open oscarvesga opened this issue 4 years ago • 0 comments

Description: I need to expose a wsdl service, but in the axis2.xml file I see the WSDLEPRPrefix using the container name

  <!--             Transport Ins (Listeners)             -->
  <!-- ================================================= -->
  <transportReceiver name="http" class="org.apache.synapse.transport.passthru.PassThroughHttpListener">
    <parameter name="port" locked="false">8280</parameter>
    <parameter name="non-blocking" locked="false">true</parameter>
    <!--parameter name="bind-address" locked="false">hostname or IP address</parameter-->
    <!--parameter name="WSDLEPRPrefix" locked="false">https://apachehost:port/somepath</parameter-->
    <parameter name="httpGetProcessor" locked="false">org.wso2.carbon.mediation.transport.handlers.PassThroughNHttpGetProcessor</parameter>
    <!--<parameter name="priorityConfigFile" locked="false">location of priority configuration file</parameter>-->
    <parameter name="WSDLEPRPrefix" locked="false">http://wso2ei-integrator:8280</parameter>
  </transportReceiver>

How I can use the offset port and the hostname into the carbon.xml

Suggested Labels: Question

Affected Product Version: 6.5.0

OS, DB, other environment details and versions: Docker version 19.03.12, build 48a66213fe docker-compose version 1.26.2, build eefe0d31 OS: Windows 7

Steps to reproduce:

  1. Download the 6.5.x branch
  2. docker-compose up -d
  3. Create the wsdl service into the Services Add button.
  4. Check the hostname and port exposes by the Services created before.

Related Issues:

oscarvesga avatar Aug 31 '20 22:08 oscarvesga