Create/Update Unifier Schedule sheet activities using custom integration
Hi,
I have a requirement where I need to create/update an activities of schedule sheet using custom integration, source for the data will be Unifier udr.
I tried using below webservice:
updateScheduleActivitiesV2(String shortname, String authcode, String projectNumber, String sheetName, String sheetXML, String scheduleOptions)
Where String sheetXML I have produced using getSchedulesheetActivities webservice.
But integration is failing with error message "XML is null or empty".
Have anyone tried this before, if yes then please help me with this.
I think, xml which I am producing using getScheduleSheetActivities websservice is not in correct format for for updateSchedulesheetactivities webservice.
I have a requirement where I need to create/update an activities of schedule sheet using custom integration, source for the data will be Unifier udr.
I tried using below webservice:
updateScheduleActivitiesV2(String shortname, String authcode, String projectNumber, String sheetName, String sheetXML, String scheduleOptions)
Where String sheetXML I have produced using getSchedulesheetActivities webservice.
But integration is failing with error message "XML is null or empty".
Have anyone tried this before, if yes then please help me with this.
I think, xml which I am producing using getScheduleSheetActivities websservice is not in correct format for for updateSchedulesheetactivities webservice.
Tagged:
0