https://github.com/ibm-wm-transition/webmethods-integrationserver-wxmfthelper
Package for generating MFT configs from json files
https://github.com/ibm-wm-transition/webmethods-integrationserver-wxmfthelper
integration-server webmethods
Last synced: 4 months ago
JSON representation
Package for generating MFT configs from json files
- Host: GitHub
- URL: https://github.com/ibm-wm-transition/webmethods-integrationserver-wxmfthelper
- Owner: ibm-wm-transition
- License: apache-2.0
- Created: 2017-06-14T09:41:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-27T20:36:59.000Z (12 months ago)
- Last Synced: 2025-06-27T21:32:17.774Z (12 months ago)
- Topics: integration-server, webmethods
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webmethods-integrationserver-wxmfthelper
Package for generating MFT configs from json files
## Installation
1) Copy the package WxMFTHelper to <>/instances/default/replicate/inbound
2) In IS Admin-GUI go to Packages->Management. Click on "Install Inbound Releases", and select "WxMFTHelper.zip".
3) Click "Install Release"
## Package Description
The package has the following content.
### WxMFTHelper.services
WxMFTHelper.services:createMD5 - creates an md5 hash value
WxMFTHelper.services:deleteConfig - deletes the MFT config of the MFT server (choices: all,ports,users,vfs)
WxMFTHelper.services:generate - generates a new MFT config specified in the given json file
WxMFTHelper.services:startUp - checks whether the dir ./packages/WmMFTHelper/resources is readable for the package
WxMFTHelper.services:verifyMD5 - verifies an md5 hash value
### WxMFTHelper/resources
at_https_cert.jks - Java key store holding the cert for https connections
at_sftp_server_cert.jks - Java key store for sftp connections holding the private key for the sftp port
at_sftp_server_cert.openssl - private key for sftp port
complex_setup.json - mft setup for a complex mft scenario in json format
simple_setup.json - mft setup for a simple mft scenario in json format
### WxMFTHelper.utils
Service used by deleteConfig and generate
## Samples
Running WxMFTHelper.services:generate specifying either complex_setup.json or simple_setup.json as input
will generate the corresponding MFT scenario on the local IS.
**Attention**:If testing the ports is leading to login erros in the clients, e.g. winscp,
you have to restart the IS after applying the MFT scenarios.
### simple_setup.json
Generates the http port, one user, and one vfs.
### complex_setup.json
Generates several ports, multiple system users as well as ldap users - if possible -,
and multiple local vfs as well as remote vfs - if possible.
The results of the generation can be viewed in server.log.
______________________
These tools are provided as-is and without warranty or support. They do not constitute part of the webMethods product suite. Users are free to use, fork and modify them, subject to the license agreement. While we welcome contributions, we cannot guarantee to include every contribution in the master project.
_____________
Contact us at [TECHcommunity](mailto:technologycommunity@softwareag.com?subject=Github/SoftwareAG) if you have any questions.