Issue while using scheduleReport SOAP Operation of ScheduleReportWSSService
Summary
Issue while using scheduleReport SOAP Operation of ScheduleReportWSSService from OICContent
In OIC, we have configured a SOAP Connection with WSDL URL: https://<HOSTNAME>/xmlpserver/services/ScheduleReportWSSService?wsdl
We are using the operation: scheduleReport to schedule the report by giving the details. We are receiving a null pointer exception as a response.
If we remove an element <item> under wccOption inside deliveryChannels we are getting jobID generated.
<scheduleRequest --> deliveryChannels --> wccOptions
<WCCAccount/>
<WCCAuthor>BI Publisher</WCCAuthor>
<WCCComments/>
<WCCFileName>ReconReport.txt</WCCFileName>
<WCCFolderPath/>
<WCCIncludeMetadata>true</WCCIncludeMetadata>
<WCCSecurityGroup>****</WCCSecurityGroup>
<WCCServerName>FA_UCM_PROVISIONED</WCCServerName>
<WCCTitle>ReconReport</WCCTitle>
Issue is with item in the structure of array, we are getting null pointer exception.