wso2 / wso2/docker-ei

EI-6.5.0 wsdl services port

Open
#205 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Dockerfile
Stars
70
Forks
96
Avg merge
7d 19h
Merged PRs (30d)
1

Description

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:

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the WSDLEPRPrefix setting shown in axis2.xml and the related hostname and port settings in carbon.xml, then inspect the Docker Compose configuration used by the 6.5.x branch. Reproduce the generated WSDL service endpoint after docker-compose up -d and determine what configuration is needed for the exposed hostname and offset port to appear instead of the container name.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, docker-compose
Domain
infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.