Welcome to the Oracle Analytics and AI Community

Default Avatar
Welcome to the AI and Analytics Community: Please complete your Profile and upload your Picture

Nagarjuna Reddy-149958 Rank 1 - Community Starter

Comments

  • do you find any clues about error? EMailDeliveryOption em = new EMailDeliveryOption(); ------ ArrayOfEMailDeliveryOption er = new ArrayOfEMailDeliveryOption(); er.getItem().add(em); DeliveryChannels dc = new DeliveryChannels(); dc.setEmailOptions(er); DeliveryRequest dr = new DeliveryRequest();…