GithubHelp home page GithubHelp logo

pcfengzi / eam-wshub Goto Github PK

View Code? Open in Web Editor NEW

This project forked from miladkhaghanirad/eam-wshub

0.0 1.0 0.0 6.44 MB

Web application that provides a simplified REST/SOAP facade to Infor EAM.

License: GNU General Public License v3.0

Dockerfile 0.36% Java 99.64%

eam-wshub's Introduction

EAM WSHub

EAM WSHub is Web application that provides a simplified REST/SOAP facade to Infor EAM. EAM WSHub is available as a Docker image here: https://hub.docker.com/r/cerneam/eam-wshub

Configuration

The docker image needs to be parametrized with environment variables.

Variable Required? Default value
INFOR_WS_URL Yes
INFOR_TENANT Yes

Please not that for the moment the database connection is not supported and the non-mandatory parameters above won't be considered.

You can for instance store your environment variables in a dedicated .env file:

INFOR_WS_URL=<url>
INFOR_TENANT=<tenant>

Run

The docker container exposes the following ports:

Port Description
8082 EAM WSHub
9090 JBoss Management Port

Once you have your own environment variables set up, you can start a new docker container:

docker run -p 8082:8082 -p 9090:9090 --env-file .env cerneam/eam-wshub:latest

Once the docker container is started, our WSDL is accessible on port 8082 at the endpoint /SOAPWS/SOAP?wsdl The REST web services are available at the endpoint /RESTWS/REST/... (consult WSHub_RESTAPIs postman project for further details).

License

This software is published under the GNU General Public License v3.0 or later.

eam-wshub's People

Contributors

lukaszpater avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.