[Config Catalog] Add axis2 blocking client proxy config
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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