Unable to read the response of Oracle BIP scheduler service ScheduleReportWSSService in OIC
Hello Everyone,
We are using below wsdl service to schedule a BIP report in oracle fusion cloud:
WSDL : https://XXXXXX:443/xmlpserver/services/ScheduleReportWSSService?wsdl
when we are trying to read the response of the scheduleReport operation , the target node value is showing blank even thought the source response xml has value. The response of the service is provide below: We are expecting the target element should have value as 4226.
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
<env:Header/>
<env:Body>
<ns0:scheduleReportResponse xmlns:ns0="http://xmlns.oracle.com/oxp/service/ScheduleReportService">
<ns0:scheduleReport>4226</ns0:scheduleReport>
</ns0:scheduleReportResponse>
</env:Body>
0