Rechercher

文章
· 八月 13, 2024 阅读大约需 2 分钟

第九章 从 Web 客户端指定自定义传输

第九章 从 Web 客户端指定自定义传输

从 Web 客户端指定自定义传输

默认情况下,如果使用 Web 客户端,Web 客户端将使用 HTTPSOAP 消息传输到 Web 服务并接收响应。可以定义并使用自己的传输类。

背景

为了与其使用的 Web 服务进行通信, Web 客户端需要一个传输类。传输类包含与通信相关的参数、属性和方法。整体通信工作方式如下:

  1. 运行 Web 客户端代理方法时,Web 客户端实例会检查其 Transport 属性的值。

如果此属性为空,则 Web 客户端实例将使用自身作为传输类实例。可以将 Transport 属性设置为其他合适类的实例(如果已定义此类)。

讨论 (0)1
登录或注册以继续
公告
· 八月 13, 2024

[Video] CommonWell Connection

Hi Community,

Play the new video on InterSystems Developers YouTube:

⏯ CommonWell Connection @ Global Summit 2023

InterSystems is a Service Adopter for the CommonWell Health Alliance network, and we have built connectivity to the network into our solutions. Learn how easy it is to connect to CommonWell and discover alternative methods of delivering the data back to our customers.

🗣 Presenter: @Kevin Ferriter, Senior Product Manager, InterSystems

Enjoy watching and look out for more video content! 👍

讨论 (0)1
登录或注册以继续
文章
· 八月 13, 2024 阅读大约需 17 分钟

VIP dans le cadre de GCP

Si vous exécutez IRIS dans une configuration miroir pour HA dans GCP, la question de la fourniture de Mirror VIP (adresse IP virtuelle) devient pertinente. L'adresse IP virtuel permet aux systèmes en aval d'interagir avec IRIS en utilisant une seule adresse IP. Même en cas de basculement, les systèmes en aval peuvent se reconnecter à la même adresse IP et continuer à fonctionner.

Le principal problème, lors du déploiement sur GCP, est qu'un VIP IRIS doit être essentiellement un administrateur de réseau, conformément aux docs.

Pour obtenir l'HA, les membres du miroir IRIS doivent être déployés dans différentes zones de disponibilité d'un sous-réseau (ce qui est possible dans GCP car les sous-réseaux couvrent toujours toute la région). L'une des solutions pourrait être les équilibreurs de charge, mais ils coûtent bien sûr plus cher et nécessitent d'être administrés.

Dans cet article, j'aimerais fournir un moyen de configurer un VIP miroir sans utiliser les équilibreurs de charge suggérés dans la plupart des autres architectures de référence GCP.

2 Comments
讨论 (2)0
登录或注册以继续
问题
· 八月 13, 2024

Exclude globals from mapping

Hi

I've more than 100 classes that are packed like  CRD.Health.MyClass so I've defined the global mapping as CRD*, but now I would like to map some of the classes (CRD.Health.SomeClass) to different database so how can I exclude it from my current mapping to be in the new one because if I map it in the new database it will still conflict with the old mapping?

 

Thanks     

2 Comments
讨论 (2)2
登录或注册以继续
公告
· 八月 13, 2024

InterSystems Testing Manager - %UnitTest フレームワーク用の新しい VS Code 拡張機能

%UnitTest framework を使用してユニットテストを構築したことがある場合、またはこれから構築しようとお考えの場合は、InterSystems Testing Manager をご覧ください。

VS Code を離れることなく、ユニットテストの閲覧、実行またはデバッグ、過去の実行結果の表示が可能になりました。

讨论 (0)1
登录或注册以继续