Skip to content

Instantly share code, notes, and snippets.

View kerlin's full-sized avatar

Chris Kerlin kerlin

  • Florida Atlantic University
  • Boca Raton, Florida USA
View GitHub Profile
@shacker
shacker / gist:87908e13c9ee6655ce90
Last active October 5, 2023 17:46
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.