Skip to content

Instantly share code, notes, and snippets.

View daveosociologist's full-sized avatar

DaveO daveosociologist

  • Invisors
  • United States
  • 17:30 (UTC -06:00)
View GitHub Profile
@daveosociologist
daveosociologist / gist:58dd3fcc619d5d8e595e580771ce6228
Created September 17, 2020 21:11 — forked from shacker/gist:87908e13c9ee6655ce90
Using the Workday API with Python and the suds client library
import sys
from suds import client
from suds.wsse import Security, UsernameToken
from suds.sax.text import Raw
from suds.sudsobject import asdict
from suds import WebFault
'''
Given a Workday Employee_ID, returns the last name of that employee.