Last active
November 1, 2015 18:33
-
-
Save qetr1ck-op/d57aec2f863bf838a722 to your computer and use it in GitHub Desktop.
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
import soap from './soap' | |
const soap = soap(); | |
const vRequestObj = soap.createRequest('urn:Webservices' + 'SERVICE_NAME', 'SERVICE_TYPE', | |
{ | |
'pdf_hash' : soap.createField('string', '717fb24cc33821afb4bcd529696cdfce'), | |
'userid_hash' : soap.createField('string', '65a47daeabcb54e4ecc3923aecdab697') | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment