3
I would like to use this web-service provided by mail for a small personal project (from the beginning, only return address by the ZIP code): https://apps.correios.com.br/SigepMasterJPA/AtendeClienteService/AtendeCliente?wsdl
it is possible to consume it via javascript (pure or jquery)?
The only time I used web-services was on a platform that practically mounted everything automatic. Taking advantage of the question: What’s the difference of WS extensions? I noticed that some are WSDL and others like asmx.
My answer helped you ? Did it work? abs.
– Thiago Loureiro
Look at Node: https://github.com/vpulim/node-soap There are still other Libs you can use on js
– Israel Zebulon