Closed trzenaro closed 4 years ago
Signed-off-By: Thiago Zenaro trzenaro@gmail.com
This pull request aims to add the ability to pass some http headers to the soap client, since some servers may need to receive some extra headers to work properly. The client already supports adding headers, as shown here.
It also fixes broken unit tests due to unavailability of service http://ws.cdyne.com/emailverify/Emailvernotestemail.asmx
npm test
Signed-off-By: Thiago Zenaro trzenaro@gmail.com
This pull request aims to add the ability to pass some http headers to the soap client, since some servers may need to receive some extra headers to work properly. The client already supports adding headers, as shown here.
It also fixes broken unit tests due to unavailability of service http://ws.cdyne.com/emailverify/Emailvernotestemail.asmx
Checklist
npm test
passes on your machine