Welcome to the Oracle Analytics Community

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile 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();…