Questions asked by Andriy Petrivskyyhttps://answers.axonivy.com/questions/asked-by/76/andriy-petrivskyy/?type=rssQuestions asked by <a href="/users/76/andriy-petrivskyy" >Andriy Petrivskyy</a>enTue, 31 May 2011 09:24:41 -0400Enable MTOM for Ivy web services processeshttps://answers.axonivy.com/questions/408/enable-mtom-for-ivy-web-services-processes<p>I have a web service process developed in Ivy that should send binary files using MTOM. Currently this service has the field of <code>javax.activation.DataHandler</code> type as the result parameter but it returns binary data in Base64 format. The code of the process is the following:</p> <pre><code>FileDataSource dataSource = new FileDataSource("c:\\test.png"); in.dataHandler = new DataHandler(dataSource); </code></pre> <p>In the response I have the file encoded using Base64 and no attachments.</p> <p>Is it possible to change the settings of Ivy server (and designer if it is possible) to change the way of sending binary data so that clients get the responses with MTOM attachments and not as files encoded in Base64.</p>Andriy PetrivskyyTue, 31 May 2011 09:24:41 -0400https://answers.axonivy.com/questions/408/enable-mtom-for-ivy-web-services-processeswebserviceSend event to parent rich dialoghttps://answers.axonivy.com/questions/381/send-event-to-parent-rich-dialog<p>Is there any good solution to fire event from child RDC to parent RDC excluding event in SUBSCRIBER scope?</p> <p>Details: I frequently encounter situation when I have some RDCs loaded into R<em>Display component which have to "communicate" with their parent (RDC where R</em>Display located) What is the best way to do this?</p>Andriy PetrivskyyThu, 18 Nov 2010 11:43:23 -0500https://answers.axonivy.com/questions/381/send-event-to-parent-rich-dialogrichdialogevent