Question prashanth ponugoti · Jan 11, 2022 SOAP business service WSDL URL in ensemble? Hi Developers, I have created SOAP webservice cls and configured as business service in ensemble. Now I have started the production. Where can I find the wsdl for this new soap_service? Thanks, Prashanth #SOAP #Caché #Ensemble 2 3 0 278
Question prashanth ponugoti · Jan 10, 2022 How to develop SOAP webservice from WSDL Hey Developers, We have a requirement to develop SOAP webservice from existing wsdl. Consumers are currently consuming existing soap webservice exposed by other provider. We need to implement same SOAP service in ensemble as consumers should not see any difference except endpoint url. Here we need to develop SOAP service form existing WSDL, which is possible in java. Is it possible in ensemble? Could you please give me some hints to way forward. Thanks, Prashanth #SOAP #Ensemble 2 2 0 281
Question prashanth ponugoti · Jan 6, 2022 How to convert DTL output to JSON Hi Friends , We have requirement to convert source hl7 message to target json message using dtl. Currently I have created persistent cls for json and completed the dtl. DTL giving output as json equivalent xml. Now how to convert DTL result xml object to json? #DTL #HL7 #Caché 2 1 0 514
Question prashanth ponugoti · Dec 2, 2021 2017 ensemble POST not working and not giving any error I am totally struck and last 3 days I am not able to progress much. Here I need to call POST method in REST endpoint in Business Operation. Please find the code below, which is working fine in IRIS 2020.1 but not in cache 2017. #REST API #Ensemble 2 8 1 235
Question prashanth ponugoti · Dec 1, 2021 How to access SSLConfiguration from Adapter settings in BusinessOperation Hi All, I have configured Business Operation with EnsLib.HTTP.OutboundAdapter and set properties. In the BusinessOperation method I am trying to create %Net.HttpRequest Set httpRequest= ##class(%Net.HttpRequest).%New() to post REST Service. I am able to access HTTPServer ,URL details form Adapter using below code Set httpRequest.Server = ..Adapter.HTTPServerSet httpRequest.Location = ..Adapter.URL How to read SSLConfiguration from Adapter properties? #Business Operation #Ensemble 2 3 0 264
Question prashanth ponugoti · Nov 27, 2021 Monitoring Dashboard for InterSystems Heath share Health connect Hi All, We have a requirement for one webpage that should be access in our VPN with out authentication. If it asks user name password that also fine. This page should be a dashboard for the ensemble health monitoring. Support Team seating Area we have big SMART Monitor which always shows this webpage. Support engineers keep on eye on this monitor, if it shows action required then . they will act upon immediately. Expecting some widgets like #Caché #Ensemble #Health Connect #HealthShare 3 2 0 385
Question prashanth ponugoti · Nov 24, 2021 How to convert xml string to JSON in Object SCRIPT Hi All, I am working in Heath Share Heath Connect Integration. I have a requirement to change SOAP call to REST call in integration. For SOAP call already payload is ready in XML string. and Working fine. Now I need to make REST API call instead of existing SOAP call. I have created REST Business Operation and ready to Call it from Business Process. Here I should not change any Transformation in Business Process , only change in Operation invocation #JSON #XML #Health Connect #InterSystems IRIS 2 5 0 799
Question prashanth ponugoti · Oct 12, 2021 ENS ,ENSLIB Tables not able to access from my namespace Class abc.abcmh [ DdlAllowed ]{ ClassMethod FetchMsgCount() As %Integer{ set msgCount=-1 #HL7 #Ensemble 2 6 0 288
Question prashanth ponugoti · Oct 12, 2021 &sql(.....) not working in and returns SQLCODE -400 if try to execute in non persistent cls , -30 in other persist cls I have written below method inbound adapter myAdapter Extends Ens.InboundAdapter [ ProcedureBlock ] returns -400 #HL7 #SQL #InterSystems IRIS 2 18 0 320
Question prashanth ponugoti · Sep 21, 2021 &sql(sql query ) not executing in Extended Business Componets Classes Hi Community I have extended my operation class from Ens.BusinessOperation class . I want to execute below sql on cache. #SQL #InterSystems IRIS 2 8 0 256