Skip to main content

Demo.HL7v3.SOAP.Outbound

class Demo.HL7v3.SOAP.Outbound extends %SOAP.WebClient

Method Inventory

Parameters

parameter LOCATION = http://localhost/csp/ensdemo/Demo.HL7v3.TestHarness.SOAPService.cls;
This is the URL used to access the web service.
parameter NAMESPACE = http://tempuri.org;
This is the namespace used by the Service
parameter OUTPUTTYPEATTRIBUTE = 1;
Use xsi:type attribute for literal types.
parameter SERVICENAME = HL7v3SOAPOut;
This is the name of the Service

Methods

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

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab