Skip to content

Instantly share code, notes, and snippets.

@dmorales
dmorales / gist:06e87f05b075d8e95e04458489167053
Created July 28, 2020 00:34 — 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.