Question Neil Thaiss · Mar 28, 2023 Help with SOAP Security and WS-Policy Hi, I know little about SOAP security and am trying to apply a WS-Policy to a simple HL7 web service, but when I do I get object script errors. The most latest one being: ObjectScript error: <UNDEFINED>zValidateTransport+4^%SOAP.Security.Policy.1 *%request #InterSystems IRIS 0 0 0 187
Question Neil Thaiss · Oct 17, 2022 Can you implement transaction processing on linked tables? Hi,I need to do a DELETE and then do some INSERT transactions on a linked table and don't want the DELETE and need to be able to ROLLBACK the DELETE if any of the INSERT transactions fail.I have tried Object Script transaction processing (TSTART, TCOMMIT and TROLLBACK) and the SQL transaction processing (START TRANSACTION, COMMIT and ROLLBACK), but neither work.Could I be doing something wrong in the way I am implementing these, or do does transaction processing simply not work for linked table?Thanks for any advices, in advance. Neil #InterSystems IRIS 0 1 0 214
Question Neil Thaiss · Jul 28, 2021 %XML.Reader Limitations Hi all, Are there limitations to the size of a file or stream that %XML.Reader will parse? I am trying to parse a large, 573MB, XML file using either the 'OpenFile' or 'OpenStream' methods, but both return errors. When I try to use the 'OpenStream' method I get a 'ERROR #6301: SAX XML Parser Error: input ended before all started tags were ended' error', and when I try the 'OpenFile' method I get a 'ERROR #6301: SAX XML Parser Error: <STORE>'. #ObjectScript #XML #HealthShare #InterSystems IRIS 0 2 0 458
Question Neil Thaiss · Feb 15, 2021 Can OAuth2 be used in a mirrored environment and what is the best practice? Hi, We a currently looking at a way of securing any future REST API's using OAuth2, where the Authorisation Server (OAuth2) and Resource Server would be on the same server. However, as we have mirrored environment the Resource Server, and therefore the Authorisation Server, need work with a Virtual IP Address and be able to failover to either of the mirror member servers. Is that possible with OAuth2 and if so what are the best practices for this? Any advise or guidance much appreciated. Thank you. #HealthShare 1 7 0 455
Question Neil Thaiss · Jan 18, 2021 JSON Web Token Authorisation and Bearer Tokens Hi, I am very much a newbe on the subject of JWT, so please except my ignorance. The Trust I am currently working for wish to create a framework whereby they can create REST API Services, within HealthConnect, and grant access to these using JSON Web Token Authorisation and Bearer Tokens. This would be similar to the way the Trust currently connects to other REST API's, i.e.: DocMan Connect and GOV.UK Notify. Can anyone offer any advice / sample code and / or point me into the direct of suitable documentation to achieve this? #OAuth2 #Caché #HealthShare 0 4 0 1.1K
Question Neil Thaiss · Nov 23, 2020 HL7 Message Continuation for Q22/K22 Query/Response Hi, I need to develop a HL7 Q22/K22 query/response mechanism for a NHS Trust I am working for, but I do not know how to handle the message continuation. Can any one give me any advise on this and/or point me in the direction of any documentation on the subject? Thanks Neil Thaiss #HL7 #Ensemble 0 2 0 657