Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

EnsLib.HL7.Util.SOAPClient

class EnsLib.HL7.Util.SOAPClient extends %SOAP.WebClient

Method Inventory

Parameters

parameter LOCATION = http://127.0.0.1/EnsLib.HL7.Service.SOAPService.cls;
This is the URL used to access the web service.
parameter NAMESPACE = http://tempuri.org;
Inherited description: NAMESPACE - Should be an unique URI Override this parameter in the subclass with the unique namespace URI of your organization. Override this parameter in the subclass.
parameter SERVICENAME = HL7v2Service;
Inherited description: SERVICENAME - Should be the name of the service for which this is a proxy. Override this parameter in the subclass.

Methods

final method Send(Input As %Stream.GlobalCharacter) as %Stream.GlobalCharacter [ WebMethod ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab