workday integrations: have requirement wherein want extract data workday using 'launch eib'.
- we have created eib using 'create eib'.
- also,we have created custom report using workday gui.
- the custom report takes 2 input parameter: 1.company , 2.fiscal year
- the output stored on sftp in xml file.
using workday gui, able output file on sftp.
now want call 'launch eib' api workday soap api , that, not clear on request structure.
i tried giving value input parameters getting error below:
"the override field "year", return type "fiscal years rds", expects appropriate attribute/instance element populated within field override data subelement."
can please me launch eib request structure, how provide value service component data in request,considering report name 'custom_report_journaldata' , 2 fields 'company' , 'fiscal year'.
request structure launch eib in api documentation link:
any in regards, appreciated.
here how this.
- a use web service tester in workday studio. use , xml request template creates request working. build same request in tool can automate or
- use soapui consume wsdl web service . request working in soapui first
- use wsdl2java create necessary java classes calling launch eib service . write call programmatically .
i have code sitting around launching studio integrations way , eib launch seems similar. let me know if see code studio launching.
Comments
Post a Comment