loopbackio / loopback-connector-soap

LoopBack's SOAP based Web Services Connector
Other
82 stars 46 forks source link

feat: Add ability to pass http headers to the soap client #115

Closed trzenaro closed 4 years ago

trzenaro commented 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

Checklist