Skip to content

Instantly share code, notes, and snippets.

@qetr1ck-op
Last active November 1, 2015 18:33
Show Gist options
  • Save qetr1ck-op/d57aec2f863bf838a722 to your computer and use it in GitHub Desktop.
Save qetr1ck-op/d57aec2f863bf838a722 to your computer and use it in GitHub Desktop.
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