Question Yone Moreno · Mar 26, 2020 Show a XML message stored in a context variable, using the Production? Hello, We are developing a Transformation and we are wondering: how could we debug and show a XML message which is being an output from a transformation, without storing it into request/response/callrequest/callresponse? We mean, how could we show a context variable in the production? For example, let's have a transformation which stores an appointment in a variable called: context.especializadasConFormatoPrimarias How could we show in the Production? Currently it is being stored as the Transformation's output: #ObjectScript #Caché 0 1 0 119
Question Yone Moreno · Mar 26, 2020 Correct way to set a value into a list? Hello, We have a tranformation where we would like to convert a date from the following format: "'dd/mm/yyyy' 'hh:mm'" (double quotes are just visual to indicate this is a string) to date and time separated: date: dd/mm/yyyy time: hh:mm We have already splitted the datetime into date and hour as follows: #Listings #ObjectScript #Caché 0 1 0 241
Question Yone Moreno · Mar 25, 2020 Convert %String withn JSON structure to %DynamicObject and then to XML message Hello, We have been reasearching how could we parse a string with a JSON structure like the following: #JSON #ObjectScript #XML #Caché 0 1 0 238
Question Yone Moreno · Mar 16, 2020 invalid HTTP version, using SoapUI to send a HL7 message as XML Hello, We have a Service which behaves differently even though two equal Soap UI XML requests are being sent, from different systems. When it is being sent from the other system, our Service's log shows: ERROR <Ens>ErrGeneral: invalid HTTP version'xmlns:ges="http://XXX.XXXXXXXXX/GestionPacientes">' When we send the same XML message from SoapUI, it is being processed by our system. #Business Service #InterSystems IRIS for Health 0 1 0 331
Question Yone Moreno · Mar 5, 2020 Sending HTTP requests to store special characters‽ We would like to be able to store accented characters into an API. Currently our Rest Operation is the following: #ObjectScript #Atelier 0 10 0 1,547
Question Yone Moreno · Mar 5, 2020 Get SourceConfigName and TargetConfigName in a BPL We need to get service's both source and target names. We have checked that we could obtain them in the service: set ^sourceName = ..#SERVICENAME However we would like to get it directly from the BPL. We have tried: #ObjectScript #Ensemble 0 2 0 368
Question Yone Moreno · Feb 18, 2020 How could we write ✍️ XML from a Response Message? Hello, We would like to get the XML which is being given by the requested system, directly to our Service output. We have tried to just output directly the Message Response as follows: #Interoperability #ObjectScript #XML #Ensemble 0 2 0 563
Question Yone Moreno · Feb 14, 2020 Remove delimiters which hold not present values in a HL7 message, using a Data Transformation? Hello, We need to convert this structure, where we observe empty component separators "^": #DTL #Ensemble #InterSystems IRIS 0 4 0 539
Question Yone Moreno · Feb 13, 2020 How could we store a list into a global variable? Hello, We would like to store a list into a global. The need is to get the full Web Service's Response Message, because of currently, our Operation sends the message to the Process, whith an empty list: We have created a copyList which is a clone of the list which is being returned from the web service client: #Globals #ObjectScript #Caché 0 2 0 189
Question Yone Moreno · Feb 12, 2020 Convert String to JSON Hello, We would like to convert a string which represents a dynamic JSON object, to a JSON. We have: #JSON #Caché 0 2 0 930