Skip to main content

Demo.HL7v3.Service.SOAPIn

class Demo.HL7v3.Service.SOAPIn extends EnsLib.SOAP.Service

Method Inventory

Parameters

parameter ADAPTER;
Inherited description: Name of the adapter class - override this to "" if you want to use only the regular SOAP mechanism and not the custom-port InboundAdapter.
parameter NAMESPACE = http://tempuri.org;
TODO: change this to actual SOAP namespace. SOAP Namespace for the WebService
parameter SERVICENAME = HL7v3SOAPIn;
Name of the WebService.

Methods

method OnProcessInput(pInput As %Library.GlobalCharacterStream, ByRef pOutput As %Library.GlobalCharacterStream, ByRef pHint As %Library.String) as %Status
Inherited description: Override this method to process incoming data. Do not call SendRequestSync/Async() from outside this method (e.g. in a SOAP Service or a CSP page).
method SendMessage(pInput As %GlobalCharacterStream) as %GlobalCharacterStream [ WebMethod ]
TODO: add arguments and implementation. SendMessage

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab