InterSystemsDev via @like
Extending and compiling with XMLEnable issue #CachéObjects #XML #Compiler
https://community.intersystems.com/post/extending-and-compiling-xmlenable-issue
  
  https://community.intersystems.com/post/extending-and-compiling-xmlenable-issue
InterSystems Developer Community
  
  Extending and compiling with XMLEnable issue
  Hello All,I hope it's not a silly question. Here is my issue:I have 3 simple classes:Parent class, let's say:Class ParentClass Extends %RegisteredObject{ Property a As %String;} and two
  InterSystemsDev via @like
How to project a null property to an empty XML element? #HowTo #CachéObjects #XML #Projection
https://community.intersystems.com/post/how-project-null-property-empty-xml-element
  
  https://community.intersystems.com/post/how-project-null-property-empty-xml-element
InterSystems Developer Community
  
  How to project a null property to an empty XML element?
  Hi folks,One of my clients want to project a null property of a cache object to an empty XML element. Say, if we have a class:Class Diabetes.BS.Message.LabReportMessage Extends Ens.Request{Property Re
  InterSystemsDev via @like
Query XML messages by Property Path #Ensemble #XML #SQL #Query
https://community.intersystems.com/post/query-xml-messages-property-path
  
  https://community.intersystems.com/post/query-xml-messages-property-path
InterSystems Developer Community
  
  Query XML messages by Property Path
  HiI need to query my messages and filter by a XML node.  In the message viewer it would be Critetion Type = 'VDoc Property Path' and class = 'Enslib.Edi.XML.Document'. At the moment my
  InterSystemsDev via @like
Parsing XML response #Ensemble #Parsing #XML
https://community.intersystems.com/post/parsing-xml-response
  
  https://community.intersystems.com/post/parsing-xml-response
InterSystems Developer Community
  
  parsing xml response
  Hello!I'm sending http resuest to the web service :Set httpRequest=##class(%Net.HttpRequest).%New()Set httpRequest.Server="177.127.120.10"Set httpRequest.ContentType="text/xml" Set httpRequest.Ht
  InterSystemsDev via @like
🗓 October 12, 2018 – Alert: Ordering of #XML Sibling Elements #Caché #Ensemble #InterSystemsIRIS
http://ow.ly/846K30mhTMX
  
  http://ow.ly/846K30mhTMX
InterSystems Developer Community
  
  October 12, 2018 – Alert: Ordering of XML Sibling Elements
  October 12, 2018 – Alert: Ordering of XML Sibling ElementsInterSystems has corrected a defect that can cause a reordering of sibling elements in an XML document. This issue is limited to sibling eleme
  InterSystemsDev via @like
Error using #XML input in #Studio Test Tool #Ensemble #HL7 #DataTransformation #DTL 
>> http://ow.ly/tcwB30nL5Be <<
  
  >> http://ow.ly/tcwB30nL5Be <<
InterSystems Developer Community
  
  Error using XML input in Studio Test Tool
  Hello.I have a delimited flat file that I need to read and then generate an HL7 A08 message from the fields in the file.  I used the Management Portal's Record Mapper to generate the Map.Record c
  InterSystemsDev via @like
  
Job Opportunity – Relocate from Europe to UK. More details here: http://ow.ly/plbJ30nUIla
#Caché #Ensemble #HealthShare #InterSystemsIRIS #IRISforHealth #CachéObjects #SQL #XML #Integration
  #Caché #Ensemble #HealthShare #InterSystemsIRIS #IRISforHealth #CachéObjects #SQL #XML #Integration
InterSystemsDev via @like
How to dowload messages from Message Viewer? #HowTo #Ensemble #HL7 #XML 
>> http://ow.ly/Lm0T30o5Umj <<
  
  >> http://ow.ly/Lm0T30o5Umj <<
InterSystems Developer Community
  
  How to dowload messages from Message Viewer
  Hello all,I would like to know how to download HL7 and XML messages from the Message Viewer. Currently I have to open Contents -> View Raw Contents then copy and paste one by one.Thanks.Victor
  InterSystemsDev via @like
Enhancements to #JSON in InterSystems IRIS 2019.1. >> http://ow.ly/vXJ350vbsVf 
#InterSystems #InterSystemsIRIS #DataModel #API #XML
  
  #InterSystems #InterSystemsIRIS #DataModel #API #XML
InterSystems Developer Community
  
  JSON Enhancements
  InterSystems IRIS 2019.1 has been out for a while and I would like to cover some enhancements for handling JSON which might have gone unnoticed. Dealing with JSON as a serialization format is an impor
  InterSystemsDev via @like
Q&A on #InterSystemsDevelopers: Read attribute in the Xdata block >> http://ow.ly/xLPj50vJZ46
#InterSystems #Caché #XML
  
  #InterSystems #Caché #XML
InterSystems Developer Community
  
  read attribute in the Xdata block
  I need to read the sourceClass attribute of the transform node in the Xdata block of a dtl.given:Class EXC.DTL.Lamont Extends Ens.DataTransformDTL [ DependsOn = (Sam.msg.lamon
  InterSystemsDev via @like
🎞 Worth watching! "Globals Quickstart" video on #InterSystemsDevelopers YouTube >> https://youtu.be/jJifoZq2bW0
#InterSystems #InterSystemsIRIS #Globals #Scalability #JSON #XML
  
  #InterSystems #InterSystemsIRIS #Globals #Scalability #JSON #XML
YouTube
  
  Globals Quickstart
  Have you ever wondered how InterSystems databases can support different data models without sacrificing performance or scalability? Well, the answer is — globals! Watch this video to see Senior Technical Trainer Joel Solon explore the fundamental data structure…
  InterSystemsDev via @like
Q&A on #InterSystemsDevelopers: Securing Web Service with SAML - Example >> http://ow.ly/XuWv50vWvMi
#InterSystems #InterSystemsIRIS #Caché #SAML #XML #Security #WebServices
  
  #InterSystems #InterSystemsIRIS #Caché #SAML #XML #Security #WebServices
InterSystems Developer Community
  
  Securing Web Service with SAML - Example?
  Hello,I have a very simple web service that I'd like to secure via SAML Authorization with X.509 Certificates. I am, however struggling with documentation and my lack of cryptographic skills. (I do th