Can anyone please share how you can receive as JSON\XML response when using Workday SOAP API ? I tried using workday library and gets an object of type zeep which I am unable to parse to a dataframe.
from workday.auth import WsSecurityCredentialAuthentication
zeep.objects.Cost_Center_Response_DataType.
Thanks in Advance.