Soap to Rest Api ๐
๐ค About The Project
Communicate easily with soap protocols by sending a json.
- Sample WSDL .env
๐จ Installation
You'll need Node.js installed on your computer in order to build this app.
git clone https://github.com/lucioerlan/Soap-To-Rest.git
$ cd Soap-To-Rest
$ npm install
๐ฅ Setup
Copy or rename the file
$ cp .env-examples .env
๐ค Documentation and running tests
- Access swagger http://localhost:5000/api/docs ๐ฅ
- $ npm test
๐ Request using CURL
$ curl -X POST -d 'cep=69914366' http://localhost:5000/api/consultZip
๐ Running
$ npm start
Or Run Docker ๐ณ
$ docker-compose up -d
๐ License
This project lives under MIT License. See LICENSE for more details. ยฉ - Erlan Lucio