Question Ravi Akkiraju · Feb 19, 2023 Export Data lookup table into list of Strings is it possible to export a specific data lookup table (Ens_Util.LookupTable) directly into Recordmap or Request message class or just a list of strings for me to loop through them? Trying to find an optimal solution for a high volume interface. #InterSystems IRIS 0 1 1 306
Question Ravi Akkiraju · Jan 28, 2023 How to get HTTP header Authorization in EnsLib.HTTP.InboundAdapter service I am using ens.BusinessService with associated adapter EnsLib.HTTP.InboundAdapter. is it possible to get the header details like Authorization and custom header that are part of the HTTP Post? Or, do i have to use a different service to get the payload along with the header details? #InterSystems IRIS 0 2 0 365
Question Ravi Akkiraju · Dec 15, 2022 LDAP Business operation - How to loop through EnsLib.LDAP.Message.Results and get all the attributes I am trying to figure out how to loop through the EnsLib.LDAP.Message.Results to get all the attributes. From router I am passing EnsLib.LDAP.Messge.Search as the request param. Response is EnsLib.LDAP.Message.Results. I am invoking the EnsLib.LDAP.Messge.Search BO. At the BP level, trying to figure out how to extract all the attributes for a EnsLib.LDAP.Message.results #Business Operation #LDAP #InterSystems IRIS 0 2 0 248
Question Ravi Akkiraju · May 9, 2021 %ClearTable of Ens.Util.LookupTable class is deleting the entire table As per the documentation, this is supposed to delete the contents of the lookup table, but it is deleting the table as well. https://docs.intersystems.com/latest/csp/documatic/%25CSP.Documatic.cls?... Delete the contents of the lookup table pTable. Purpose: I need to use a temporary Data lookup table within a DTL for repetition count of a key field. #InterSystems IRIS 0 1 0 216
Question Ravi Akkiraju · Mar 19, 2021 Adding additional HTTP headers for SOAP client We need to use SOAP API for some webservice. I created the request/response & operation classes via the SOAP wizard. Prior to making the invokeMethod, ..Adapter.InvokeMethod #InterSystems IRIS for Health 0 4 0 545
Question Ravi Akkiraju · Mar 14, 2021 Byte[] property type One of the REST APIs we need to call takes one of request parameter as a byte array. I am trying to create a message class and couldnt figure out which is equivalent type that corresponds to Byte[]. I need to read from a jpg file and then convert it to byte[] before i invoke this webservice. Appreciate if anyone can point me in the right direction. I can use %Stream.FileBinary class to store the jpg file after loading from a file. trying to figure out how to convert that to byte[]. #InterSystems IRIS for Health 0 4 0 607
Question Ravi Akkiraju · Oct 12, 2019 Maximum rules in a single router Wondering if there is a limit on max number of rules you can have in a single router? For outbound ADT we are approaching 60. From performance standpoint is it worthwhile to create a new router component and the service sending the same inbound message to 2 processes? #Ensemble 0 4 0 300
Question Ravi Akkiraju · Apr 22, 2017 At the DTL level, how to Rollback a message so as to retry that message again Consider the below scenario:1. HL7 Service -> Process2. DTL makes a call to a webservice (Post) via a REST operation via SendRequestSync call. a. if the post is successful, end the DTL b. if the server that hosts the webservice is down, i would like to keep retrying with the same message and not lose any messages in the queue.does a simple "quit 0" at the DTL will rollback the message and will retry? please let me know how not to lose any messages if the webservice server is down.Appreciate it. #Beginner #DTL #Ensemble 1 8 1 544
Question Ravi Akkiraju · Mar 16, 2017 HL7 Service - design question noob here..(moving from JCAPS to Ensemble)We are wondering where is the best place to tie the schema category for an incoming HL7 message? Should we do this within the service (via the message schema category setting) or receive everything and validate in the process (DTL) level?We want to capture everything that will be sent to that HL7 listener service and then decide what to do with bad messages at the process layer.Does anyone have any recommendation regarding this? Appreciate your input and decision thought process.Thank You, #Beginner #Business Service #HL7 #Ensemble 0 3 0 347