Skip to content

These instructions will get you a copy of the project up and running on your Intregration Server instance.

License

Notifications You must be signed in to change notification settings

SoftwareAG/WxPGPUtlis

Repository files navigation

WxPGPUtlis

Getting Started

These instructions will get you a copy of the project up and running on your Intregration Server instance.

Prerequisites

  1. SoftwareAG Integration Server.
  2. SoftwareAG Designer.

Importing the package to IS

  1. Download the zip file [WxPGPUtils.zip].
  2. Open your SoftwareAg folder and then go to IntegrationServer\instances\default\replicate\inbound.
  3. Paste your zip file there. Annotation 2020-05-08 141153
  4. Start integration server from your Start menu.
  5. Go to your browser then visit http://localhost:5555/
  6. Default Credentials * username: Administrator * password : manage
  7. Click on Packages then Install Inbound Releases. jj
  8. Select the zip file and click Install Realease.
    jj
  9. Shut Down and Restart your integration server. jj

Run the java services

  1. Start Integration Server.
  2. Open your SoftwareAG Designer and connect to the server. To connect right click on 'Default Package' and click on Connect to the Server option .
    jj
  3. After you have successfully connected, double-click on 'Default Package' and select 'WxPGPUtils'. Annotation 2020-05-11 114842
  4. Open any one of the four Java Services.
  5. Right-click on the code part, goto Run as then click on Run Service and click OK. Annotation 2020-05-08 151901
  6. Provide the input then click on OK. A demo publick key, private key and password is provided here. You can use these for testing or, generate a new key pair by visiting https://pgpkeygen.com/. Annotation 2020-05-08 151901
  7. Your output along with input will be displayed as below. Annotation 2020-05-08 151901

Fixing import error

  1. If you are facing any import error, click on the red mark in fornt of the error line and then double click Fix Project Setup.. jj
  2. Then click on "here" option.
    Annotation 2020-05-08 155628
    3.Then click on Add external JARs.
    Annotation 2020-05-08 151901
  3. Select the two JAR files from SoftwareAG_x\IntegrationServer\instances\default\packages\WxPGPUtils\code\jars\static. Annotation 2020-05-08 151901
  4. And then click on 'Apply and Close'. This will fix the error.
    Annotation 2020-05-08 151901

About the services

1. Encrypt
Input
Public Key, Datatype: String.
Input String, Datatype: String.
Output
Encrypted String, Datatype: String.

Annotation 2020-05-11 114842

2. Decrypt
Input
Private Key, Datatype: String.
Encrypted String, Datatype: String.
Password, Datatype: String.
Output
Decrypted String, Datatype: String.

Annotation 2020-05-11 114842

3. Sign
Input
Private Key, Datatype: String.
Message, Datatype: String.
Password, Datatype: String.
Output
Signed Message, Datatype: Byte[].

Annotation 2020-05-11 114842

Contributors

Anshuman Saikia Dipankar Dutta Nawajish Laskar

License

This project is licensed under the Apache 2.0 License - see the LICENSE.mdfile for details


These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.

Contact us at TECHcommunity if you have any questions.

About

These instructions will get you a copy of the project up and running on your Intregration Server instance.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published