Skip to main content

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