class EnsLib.EDI.X12.Util.SOAPClient
extends %SOAP.WebClient
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";
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";
SERVICENAME - Should be the name of the service for which this is a proxy.
Override this parameter in the subclass.