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