You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Oracle HCM Cloud - Schedule BIP Report without Credentials in Payload

edited Jun 11, 2020 8:58PM in Sales 4 comments

Summary

scheduleReport operation in the ScheduleService wsdl requires username and password to be sent to schedule a bip report in oracle hcm. Is there a way we can avoid sending the credentials in payload.

Content

Trying to schedule a bip report in HCM cloud, by using ScheduleService wsdl (http//host:Port/xmlpserver/services/v2/ScheduleService?wsdl), Operation - scheduleReport.

This service schedules the bip report successfully in HCM, but requires userid/password in the payload itself.

 

Is there a way we can avoid sending credentials in payload and still schedule the report.

Code Snippet

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://xmlns.oracle.com/oxp/service/v2">
   <soapenv:Header/>
   <soapenv:Body>
      <v2:scheduleReport>
         <v2:scheduleRequest>            
            <v2:deliveryChannels>
               <v2:emailOptions>
               </v2:emailOptions>
               <v2:faxOptions>
       

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!