wso2 / wso2/docs-apim

[Config Catalog] Add axis2 blocking client proxy config

Open
#4,302 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

API-M-3.2.0 Component/ConfigCatalog Docs/TW Type/Improvement
Dominant language
CSS
Stars
99
Forks
708
Avg merge
1d 7h
Merged PRs (30d)
22

Description

Description:
You can configure proxy for axis2 blocking client as follows in deployment.toml.

[transport.blocking.proxy]
host="localhost"
port="8000"
username="admin"
password="admin"

You can also configure parameters in axis2 blocking client as follow s in deployment.toml.

[[transport.blocking.parameters]]
name="{{param_name}}"
value="{{param_value}}"

[[transport.blocking.parameters]]
name="{{param_name}}"
value="{{param_value}}"

Contributor guide

No contributing guide indexed for this repository

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 by locating the Config Catalog entry for deployment.toml and review how existing transport settings are documented. Add the blocking client proxy and parameter settings shown in the issue, and confirm both configuration forms are represented consistently with the catalog's existing structure.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.