Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucioerlan/soap-to-rest

:goat: Make requests by sending JSON, to webservice Soap
https://github.com/lucioerlan/soap-to-rest

nodejs rest-api soap

Last synced: about 2 months ago
JSON representation

:goat: Make requests by sending JSON, to webservice Soap

Awesome Lists containing this project

README

        

[![PRETTIER](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://gitter.im/jlongster/prettie)
[![LICENSE](https://img.shields.io/github/license/arshadkazmi42/awesome-github-init.svg)](https://github.com/arshadkazmi42/awesome-github-init/LICENSE)
[![LinkedIn][linkedin-shield]](https://www.linkedin.com/in/erlanlucio/)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/lucioerlan/Soap-To-Rest&count_bg=%23E71A18&title_bg=%23555555&icon=dependabot.svg&icon_color=%23E7E7E7&title=views&edge_flat=false)](https://hits.seeyoufarm.com)




Soap to Rest Api ๐Ÿ‚



Logo




Report Bug
ยท
Request Feature

## ๐Ÿค” About The Project

Communicate easily with soap protocols by sending a json.
* Sample WSDL .env


## ๐Ÿ”จ Installation

You'll need [Node.js](https://nodejs.org) installed on your computer in order to build this app.

```bash
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](https://www.linkedin.com/in/erlanlucio/)

[contributors-shield]: https://img.shields.io/github/contributors/othneildrew/Best-README-Template.svg?style=flat-square
[contributors-url]: https://github.com/othneildrew/Best-README-Template/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/othneildrew/Best-README-Template.svg?style=flat-square
[forks-url]: https://github.com/othneildrew/Best-README-Template/network/members
[stars-shield]: https://img.shields.io/github/stars/othneildrew/Best-README-Template.svg?style=flat-square
[stars-url]: https://github.com/othneildrew/Best-README-Template/stargazers
[issues-shield]: https://img.shields.io/github/issues/othneildrew/Best-README-Template.svg?style=flat-square
[issues-url]: https://github.com/othneildrew/Best-README-Template/issues
[license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=flat-square
[license-url]: https://github.com/othneildrew/Best-README-Template/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/othneildrew
[product-screenshot]: images/screenshot.png