Skip to main content

EnsLib.ITK.WebClients.binarySOAP

class EnsLib.ITK.WebClients.binarySOAP extends EnsLib.ITK.Framework.Client.WebClient

Generic binary SOAP client

Method Inventory

Parameters

parameter ELEMENTQUALIFIED = 0;
Non-default elementFormQualified for types XML namespace.
parameter LOCATION = http://127.0.0.1:10001/ITK.Framework.Service.SOAPRequestHandler.cls;
This is the URL used to access the web service.
parameter NAMESPACE = http://www.nhs.cfh.org/interoperability.toolkit/Services/1.0;
This is the namespace used by the Service
parameter OUTPUTTYPEATTRIBUTE = 0;
Use xsi:type attribute for literal types.
parameter RESPONSETYPENAMESPACE = http://www.nhs.cfh.org/interoperability.toolkit/ToolkitUtilities/1.0;
This is the type namespace for all response messages.
parameter SERVICENAME = genericMethod;
This is the name of the Service
parameter SOAPBINARY = 1;
SOAPBINARY - If = 1, then binary SOAP messages will be supported.
parameter SOAPVERSION = 1.2;
This is the SOAP version supported by the service.
parameter SrcVer = $Id$;
parameter TYPENAMESPACE = http://www.nhs.cfh.org/interoperability.toolkit/Events/1.0;
This is the namespace used for types by the Service

Methods

final method genericMethod(payload As %CharacterStream) as %String [ WebMethod ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab