Nueva publicación

Encontrar

Pregunta
· 2 abr, 2024

Importing HealthShare WSDLs to SoapUI not working for several reasons (no authentication? linked resource not available?)

I'm currently fighting with SoapUI to get the HS WSDLs imported.

My first issue is, the IRISUsername and IRISPassword parameters don't seem to work.

i've tried the following url:

https://ifwap0661.ad.klinik.xxxyyy.de/ucrdev/csp/healthshare/hsrepositor...

result:
Error loading: org.apache.xmlbeans.XmlException: org.apache.xmlbeans.XmlException: error: The entity name must immediately follow the '&' in the entity reference.   

not entirely sure what is happening here.

if i enter the URL in a browser i'm required to still authenticate with user / pw, so i guess the Username & Password parameter somehow isn't working?

Second issue:

I downloaded the WSDL from the browser and saved it locally, to then import it into SoapUI, which also does not work:
Error loading [http://www.intersystems.com:80/healthshare/ihe/schema/IHE/XDS.b_Document... org.apache.xmlbeans.XmlException: org.apache.xmlbeans.XmlException: error: Element type "link" must be followed by either attribute specifications, ">" or "/>".  

going to http://www.intersystems.com:80/healthshare/ihe/schema/IHE/XDS.b_Document... doesn't seem to provide the required document.

have these been moved? are there new WSDLs provided somewhere?

1 Comentario
Comentarios (1)2
Inicie sesión o regístrese para continuar
Pregunta
· 2 abr, 2024

Business component using a particular class

Hello,

I am trying to find or locate all Intersystems business components using a particular class. Like I want to find component is using abc.test.cls class.

6 comentarios
Comentarios (6)2
Inicie sesión o regístrese para continuar
Anuncio
· 2 abr, 2024

Ya está aquí el resumen del mes de marzo, 2024

¿No habéis podido entrar en la Comunidad todo lo que os gustaría? ¡No os preocupéis! Os traemos un resumen de todo lo que hemos publicado en el mes de marzo. Seguid leyendo y no os lo perdáis ⬇️⬇️
Estadísticas generales
27 publicaciones nuevas:
 17 artículos
 8 anuncios
 2 nuevas preguntas
Top 10 Publicaciones más vistas
Top 5 Autores más populares
Todos los artículos
#InterSystems IRIS
Versión de prueba de IRIS 2024.1 - Nueva funcionalidad
Por Alberto Fuentes
QuinielaML - Predicciones de la 42ª jornada de la Quiniela
Por Luis Angel Pérez Ramos
Cómo enviar mensajes a Microsoft Teams
Por Kurro Lopez
QuinielaML - Predicciones de la 44ª jornada de la Quiniela
Por Luis Angel Pérez Ramos
Consulta de datos dinámicos usando ASQ
Por Alberto Fuentes
Consultas como %Query o consultas basadas en ObjectScript
Por Jose-Tomas Salvador
QuinielaML - Predicciones de la 46ª jornada de la Quiniela
Por Luis Angel Pérez Ramos
Desarrollo rápido de APIs usando las herramientas de Open Exchange
Por Ricardo Paiva
Tutorial: Añadiendo OpenAI a la Producción de Interoperabilidad
Por Maria Nesterenko
SOAP SII
Por Hansel Rudy Stange Gaete
QuinielaML - Predicciones de la 47ª jornada de la Quiniela
Por Luis Angel Pérez Ramos
Tasks & Tricks: El Fish & Chips de los Desarrolladores
Por Daniel Aguilar
Cómo extraer datos desde InterSystems IRIS CloudSQL usando xDBC
Por Jose-Tomas Salvador
Acelerando el reconocimiento facial con Vector Search
Por Luis Angel Pérez Ramos
QuinielaML - Predicciones de la 48ª jornada de la Quiniela
Por Luis Angel Pérez Ramos
 
#Otro
 
#Open Exchange
 
Todos los anuncios
#InterSystems IRIS
 
#Comunidad de Desarrolladores Oficial
 
#InterSystems Official
 
#InterSystems IRIS for Health
 
Todas las preguntas
#InterSystems IRIS
RestForms2 con triggers
Por Laura Blázquez García
Evento onPostDispatch %CSP.Rest o similar
Por Kurro Lopez
 
marzo, 2024Month at a GlanceInterSystems Developer Community
Comentarios (0)1
Inicie sesión o regístrese para continuar
Pregunta
· 2 abr, 2024

How configure GIT in LINUX

Hello!

Trying to configure tortoise GIT in Linux System

NAME="Red Hat Enterprise Linux Server"
VERSION="7.9 (Maipo)"

My steps

1. Enable [write-access](http://docs.intersystems.com/ens20151/csp/docbook/DocBook.UI.Page.cls?KE...) to CACHELIB database via the Management Portal. (This is required for csp-page with settings import.)
2. Import project in %SYS:

    %SYS> do $system.OBJ.ImportDir("/arch/cache-tort-git-master/","*.xml","ck",,1)

3. Now you can disable write-access to CACHELIB.
4. In Management Portal select the new %SourceControl.Git class as the desired Source Control class in all namespaces where you wish to use it. (System Administration >> Configuration >> Additional Settings >> Source Control)

 

But in cache studio there are no options to work with git.

12 comentarios
Comentarios (12)3
Inicie sesión o regístrese para continuar
Pregunta
· 1 abr, 2024

IRIS Enable Long Strings

On IRIS version 2024.1.0.262.0 I have a table that store streams as %GlobalCharacterStream.

But depeding on the blob being saved I get the error: [Error: <<MAXSTRING>]

I had that with Caché, but to solve that I'd just enable the long strings on the page System Administration > Configuration > System Configuration > Memory and Startup > Enable Long Strings.

But for Iris I can't find that configuration, I looked on every config page from the portal and couldn't find it.

Btw this blobs are stored on Caché and the system using IRIS is reading from Caché and saving on IRIS.

Where, on IRIS, can I make the same configuration of Long Strings that exists on Caché?

15 comentarios
Comentarios (15)4
Inicie sesión o regístrese para continuar