EnsLib.EDI.X12.Util.SOAPClient
class EnsLib.EDI.X12.Util.SOAPClient extends %SOAP.WebClient
Method Inventory
Parameters
parameter LOCATION = http://127.0.0.1/EnsLib.EDI.X12.Service.SOAPService.cls;
This is the URL used to access the web service.
parameter NAMESPACE = http://tempuri.org;
Inherited description: NAMESPACE - Should be an unique URI
Override this parameter in the subclass with the unique namespace URI
of your organization.
Override this parameter in the subclass.
parameter SERVICENAME = X12Service;
Inherited description: SERVICENAME - Should be the name of the service for which this is a proxy.
Override this parameter in the subclass.
Methods
final method Send(Input As %Stream.GlobalCharacter) as %Stream.GlobalCharacter [ WebMethod ]
Inherited Members
Inherited Properties
- AddressingIn
 - AddressingOut
 - Attachments
 - Base64LineBreaks
 - BodyId
 - BodyXmlId
 - ContentId
 - ContentLocation
 - ContentType
 - GzipOutput
 - HTTPVersion
 - HeadersIn
 - HeadersOut
 - HttpAccept202
 - HttpFollowRedirect
 - HttpInitiateAuthentication
 - HttpPassword
 - HttpProxyAuthorization
 - HttpProxyHTTPS
 - HttpProxyPort
 - HttpProxySSLConnect
 - HttpProxyServer
 - HttpProxyTunnel
 - HttpRequest
 - HttpRequestHeaderCharset
 - HttpRequester
 - HttpResponse
 - HttpUsername
 - HttpWriteTimeout
 - ImportHandler
 - IsMTOM
 - Location
 - MTOMRequired
 - OpenTimeout
 - OutputTypeAttribute
 - Password
 - PolicyConfiguration
 - RMSession
 - ReferencesInline
 - RequestMessageStart
 - ResponseAttachments
 - ResponseContentId
 - ResponseContentLocation
 - SAXFlags
 - SSLCheckServerIdentity
 - SSLConfiguration
 - SSLError
 - SecurityContextToken
 - SecurityIn
 - SecurityNamespace
 - SecurityOut
 - SessionCookie
 - SoapBinary
 - SoapBinaryCharset
 - SoapFault
 - SoapVersion
 - Timeout
 - Transport
 - UsePPGHandler
 - Username
 - WSANamespace
 - WriteSOAPBodyMethod
 
Inherited Methods
- %AddEnvelopeNamespace()
 - %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %CloseRMSession()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %IsModified()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OnSOAPFinished()
 - %OnSOAPRequest()
 - %OnSOAPResponse()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %StartRMSession()
 - %ValidateObject()
 - CancelSecureConversation()
 - GetBodyId()
 - NormalizeName()
 - ResetHttpHeaders()
 - SOAPLogContains()
 - SendSOAPRequest()
 - SetHttpHeader()
 - StartSecureConversation()
 - WSCheckSignatureConfirmation()
 - WSSecurityLogin()