I have a soap client with the following code in nodejs:
var soap = require('soap');
var url = 'bin/NfeStatusServico2.wsdl';
soap.createClient(url, function(err, client) {
client.setSecurity(new soap.ClientSSLSecurityPFX(
'xxxxxxxxxx...
asked by
13.04.2018 / 20:07