15. August 2022 15:07
15. August 2022 15:22
PrepareSOAPRequestBody(BodyTempBlob);
BodyTempBlob.Blob.CREATEINSTREAM(InStream);
VATRegistrationURL := VATRegNoSrvConfig.GetVATRegNoURL;
SOAPWebServiceRequestMgt.SetGlobals(InStream,VATRegistrationURL,'','');
SOAPWebServiceRequestMgt.DisableHttpsCheck;
SOAPWebServiceRequestMgt.SetTimeout(60000);
// -GENERAL 220812
SOAPWebServiceRequestMgt.SetContentType('text/xml; charset=utf-8');
// +GENERAL 220812
IF SOAPWebServiceRequestMgt.SendRequestToWebService THEN BEGIN
SOAPWebServiceRequestMgt.GetResponseContent(ResponseInStream);
15. August 2022 16:16
15. August 2022 16:44