https://github.com/mahenrique94/mhcws
Web service feito em Java com JAX-RS
https://github.com/mahenrique94/mhcws
java jax-rs json rest webservice
Last synced: 2 months ago
JSON representation
Web service feito em Java com JAX-RS
- Host: GitHub
- URL: https://github.com/mahenrique94/mhcws
- Owner: mahenrique94
- Created: 2016-10-27T11:57:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T15:48:38.000Z (over 8 years ago)
- Last Synced: 2025-02-03T12:40:04.238Z (over 1 year ago)
- Topics: java, jax-rs, json, rest, webservice
- Language: Java
- Homepage: http://mhcws.matheuscastiglioni.com.br
- Size: 98.6 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MHCWS
Web service feito em Java com JAX-RS
Com o **mhcws** é possível realizar consultas de **CEP** e **CNPJ**, trazendo todas as informações e realizando validação de ambos.
Também podemos validar o **CPF** e qualquer chave dos seguintes documentos eletrônicos: **CTE**, **MDFE** ou **NFE**.
URL base do projeto:
```
ws.matheuscastiglioni.com.br
```
Para saber como realizar e consumir os serviços veja a [documentação](http://mhcws.matheuscastiglioni.com.br).