-
-
Save vernak2539/a1b5c6e36f6c7f1fe63b to your computer and use it in GitHub Desktop.
Fuel-Node-SOAP - Custom headers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var callback = function(err, data) { | |
}; | |
SoapClient.retrieve( | |
'Email', | |
, ['ID','Name'] | |
, { | |
filter: {...} | |
, reqOptions: { | |
headers: { | |
'customheaderkey':'customHeaderValue' | |
} | |
} | |
} | |
, callback | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment