Question Ryan Hulslander · Apr 22, 2019 Can a JSON variable (%Library.DynamicObject) ever be a property in an Ens.Request object? Nothing but <INVALID OREF> errors I have a process that takes data from a CSV file (actually a record mapper object) and creates a nicely formatted JSON string I would love to send this along to a RESTful business operation. However no matter what I try, I continually get <INVALID OREF> errors when trying to populate the object that extends Ens.Request to give it the JSON string.I can add strings, other objects, you name it - but stuffing a JSON formatted variable/object into another object I want to send someplace is proving to be an impossibility. #Caché #Ensemble 0 8 1 857
Question Ryan Hulslander · Mar 9, 2018 Atelier - Where to find .HL7 and .LUT files? Please forgive me if these questions have been asked and answered before, I've tried searching the posts and docs and really haven't found the answer yet. #Ensemble 0 2 0 422
Question Ryan Hulslander · Mar 23, 2017 Sending a SOAP header object with the request object? Goal:Take an HL7 message, parse some data from itCall a web service to get an authorization key, comes back as a simple stringCreate a request object with data from the HL7 message and send it to the Web ServiceThe main web method call requires that key I received as a Soap Header element. All I can pass to the SOAP Operation business class is the request object with the data I plucked from the HL7 payload. Nothing in that particular request message has anything in it that tells anything to send the header, too. #Business Operation #Object Data Model #SOAP #Ensemble 0 2 0 1.2K
Question Ryan Hulslander · Jun 3, 2016 How to remove a job PID from a production Problem: A file-based business service uses a local path on a Linux machine that is actually a mounted CIFS share. The mount is "soft" and is designed to not cache data, etc. There are times however when the remote system offering up the share (it's a Windows machine I believe) gets bounced or otherwise hung up the business service in the Ensemble production just hangs. #Business Service #System Administration #Ensemble 0 4 0 1.6K