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?

Demo.HL7v3.TestHarness.SOAPService

class Demo.HL7v3.TestHarness.SOAPService extends %SOAP.WebService

Method Inventory

Parameters

parameter NAMESPACE = http://tempuri.org;
TODO: change this to actual SOAP namespace. SOAP Namespace for the WebService
parameter SERVICENAME = HL7v3ResponseService;
Name of the WebService.

Methods

method GetAutomatedResponse(pInput As %GlobalCharacterStream) as %GlobalCharacterStream
method GetInteractiveResponse(pInput As %GlobalCharacterStream) as %GlobalCharacterStream
method GetResponse(pInput As %GlobalCharacterStream) as %GlobalCharacterStream [ WebMethod ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab