<?xml version="1.0" encoding="ISO-8859-1"?>
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="https://api.mdemail.md/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="https://api.mdemail.md/">
<types>
<xsd:schema targetNamespace="https://api.mdemail.md/"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
 <xsd:complexType name="ArrayOfstring">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:string[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="Mesg">
  <xsd:all>
   <xsd:element name="code" type="xsd:string"/>
   <xsd:element name="message" type="xsd:string"/>
   <xsd:element name="values" type="tns:ArrayOfstring"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="AccountInfoType">
  <xsd:all>
   <xsd:element name="username" type="xsd:string"/>
   <xsd:element name="password" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="Document">
  <xsd:all>
   <xsd:element name="data" type="xsd:string"/>
   <xsd:element name="mimeType" type="xsd:string"/>
   <xsd:element name="documentName" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="SignatureSettingType">
  <xsd:all>
   <xsd:element name="page" type="xsd:int"/>
   <xsd:element name="x" type="xsd:int"/>
   <xsd:element name="y" type="xsd:int"/>
   <xsd:element name="width" type="xsd:int"/>
   <xsd:element name="height" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="SignatureConfigurationType">
  <xsd:all>
   <xsd:element name="graphicImageName" type="xsd:string"/>
   <xsd:element name="reason" type="xsd:string"/>
   <xsd:element name="signatureName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   <xsd:element name="timezone" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   <xsd:element name="GMTOffset" type="xsd:int" minOccurs="0" maxOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="SignRequestType">
  <xsd:all>
   <xsd:element name="accountInfo" type="tns:AccountInfoType"/>
   <xsd:element name="document" type="tns:Document"/>
   <xsd:element name="signatureSetting" type="tns:SignatureSettingType"/>
   <xsd:element name="signatureConfiguration" type="tns:SignatureConfigurationType"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="SignResponseType">
  <xsd:all>
   <xsd:element name="code" type="xsd:string"/>
   <xsd:element name="message" type="xsd:string"/>
   <xsd:element name="document" type="tns:Document" minOccurs="0" maxOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="VerifyRequestType">
  <xsd:all>
   <xsd:element name="accountInfo" type="tns:AccountInfoType"/>
   <xsd:element name="document" type="tns:Document"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="SignatureInfoType">
  <xsd:all>
   <xsd:element name="page" type="xsd:int"/>
   <xsd:element name="x" type="xsd:int"/>
   <xsd:element name="y" type="xsd:int"/>
   <xsd:element name="width" type="xsd:int"/>
   <xsd:element name="height" type="xsd:int"/>
   <xsd:element name="signerName" type="xsd:string"/>
   <xsd:element name="signatureTime" type="xsd:string"/>
   <xsd:element name="reason" type="xsd:string"/>
   <xsd:element name="certificateStatus" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="ArrayOfSignatureInfoType">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:SignatureInfoType[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="VerifyResponseType">
  <xsd:all>
   <xsd:element name="code" type="xsd:string"/>
   <xsd:element name="message" type="xsd:string"/>
   <xsd:element name="signatureFields" type="tns:ArrayOfSignatureInfoType"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GSImageType">
  <xsd:all>
   <xsd:element name="graphicImageName" type="xsd:string"/>
   <xsd:element name="width" type="xsd:int"/>
   <xsd:element name="height" type="xsd:int"/>
   <xsd:element name="graphicImageMimeType" type="xsd:string"/>
   <xsd:element name="graphicImage" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="ArrayOfGSImage">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GSImageType[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GSListRequestType">
  <xsd:all>
   <xsd:element name="accountInfo" type="tns:AccountInfoType"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GSListResponseType">
  <xsd:all>
   <xsd:element name="code" type="xsd:string"/>
   <xsd:element name="message" type="xsd:string"/>
   <xsd:element name="gsImages" type="tns:ArrayOfGSImage"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GSAddRequestType">
  <xsd:all>
   <xsd:element name="accountInfo" type="tns:AccountInfoType"/>
   <xsd:element name="gsImage" type="tns:GSImageType"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GSDeleteRequestType">
  <xsd:all>
   <xsd:element name="accountInfo" type="tns:AccountInfoType"/>
   <xsd:element name="graphicImageName" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
</xsd:schema>
</types>
<message name="signRequest">
  <part name="signRequest" type="tns:SignRequestType" /></message>
<message name="signResponse">
  <part name="return" type="tns:SignResponseType" /></message>
<message name="verifyRequest">
  <part name="verifyRequest" type="tns:VerifyRequestType" /></message>
<message name="verifyResponse">
  <part name="return" type="tns:VerifyResponseType" /></message>
<message name="gsListRequest">
  <part name="gsListRequest" type="tns:GSListRequestType" /></message>
<message name="gsListResponse">
  <part name="return" type="tns:GSListResponseType" /></message>
<message name="gsAddRequest">
  <part name="gsAddRequest" type="tns:GSAddRequestType" /></message>
<message name="gsAddResponse">
  <part name="return" type="tns:Mesg" /></message>
<message name="gsDeleteRequest">
  <part name="gsDeleteRequest" type="tns:GSDeleteRequestType" /></message>
<message name="gsDeleteResponse">
  <part name="return" type="tns:Mesg" /></message>
<portType name="MdDigitalSignatureApiPortType">
  <operation name="sign">
    <input message="tns:signRequest"/>
    <output message="tns:signResponse"/>
  </operation>
  <operation name="verify">
    <input message="tns:verifyRequest"/>
    <output message="tns:verifyResponse"/>
  </operation>
  <operation name="gsList">
    <input message="tns:gsListRequest"/>
    <output message="tns:gsListResponse"/>
  </operation>
  <operation name="gsAdd">
    <input message="tns:gsAddRequest"/>
    <output message="tns:gsAddResponse"/>
  </operation>
  <operation name="gsDelete">
    <input message="tns:gsDeleteRequest"/>
    <output message="tns:gsDeleteResponse"/>
  </operation>
</portType>
<binding name="MdDigitalSignatureApiBinding" type="tns:MdDigitalSignatureApiPortType">
  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  <operation name="sign">
    <soap:operation soapAction="https://api.mdemail.md/MdDigitalSignatureApi.php/sign" style="rpc"/>
    <input><soap:body namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="verify">
    <soap:operation soapAction="https://api.mdemail.md/MdDigitalSignatureApi.php/verify" style="rpc"/>
    <input><soap:body namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="gsList">
    <soap:operation soapAction="https://api.mdemail.md/MdDigitalSignatureApi.php/gsList" style="rpc"/>
    <input><soap:body namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="gsAdd">
    <soap:operation soapAction="https://api.mdemail.md/MdDigitalSignatureApi.php/gsAdd" style="rpc"/>
    <input><soap:body namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="gsDelete">
    <soap:operation soapAction="https://api.mdemail.md/MdDigitalSignatureApi.php/gsDelete" style="rpc"/>
    <input><soap:body namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
</binding>
<service name="MdDigitalSignatureApi">
  <port name="MdDigitalSignatureApiPort" binding="tns:MdDigitalSignatureApiBinding">
    <soap:address location="https://api.mdemail.md:443/MdDigitalSignatureApi.php?debug=1"/>
  </port>
</service>
</definitions><!--
2026-03-07 22:44:51.481631 soap_server: _SERVER is defined:
array(60) {
  ["UNIQUE_ID"]=>
  string(27) "aaz@w2mfC6XG1Y0ngwN9UgAAAFM"
  ["HTTPS"]=>
  string(2) "on"
  ["SSL_TLS_SNI"]=>
  string(14) "api.mdemail.md"
  ["SSL_SERVER_S_DN_CN"]=>
  string(12) "*.mdemail.md"
  ["SSL_SERVER_I_DN_C"]=>
  string(2) "US"
  ["SSL_SERVER_I_DN_O"]=>
  string(12) "DigiCert Inc"
  ["SSL_SERVER_I_DN_OU"]=>
  string(16) "www.digicert.com"
  ["SSL_SERVER_I_DN_CN"]=>
  string(20) "Thawte TLS RSA CA G1"
  ["SSL_SERVER_SAN_DNS_0"]=>
  string(12) "*.mdemail.md"
  ["SSL_SERVER_SAN_DNS_1"]=>
  string(10) "mdemail.md"
  ["SSL_VERSION_INTERFACE"]=>
  string(14) "mod_ssl/2.4.37"
  ["SSL_VERSION_LIBRARY"]=>
  string(14) "OpenSSL/1.1.1k"
  ["SSL_PROTOCOL"]=>
  string(7) "TLSv1.2"
  ["SSL_SECURE_RENEG"]=>
  string(4) "true"
  ["SSL_COMPRESS_METHOD"]=>
  string(4) "NULL"
  ["SSL_CIPHER"]=>
  string(27) "ECDHE-RSA-AES256-GCM-SHA384"
  ["SSL_CIPHER_EXPORT"]=>
  string(5) "false"
  ["SSL_CIPHER_USEKEYSIZE"]=>
  string(3) "256"
  ["SSL_CIPHER_ALGKEYSIZE"]=>
  string(3) "256"
  ["SSL_CLIENT_VERIFY"]=>
  string(4) "NONE"
  ["SSL_SERVER_M_VERSION"]=>
  string(1) "3"
  ["SSL_SERVER_M_SERIAL"]=>
  string(32) "044F6194D0F52335AC49BDF578B9F3E1"
  ["SSL_SERVER_V_START"]=>
  string(24) "Jul 17 00:00:00 2025 GMT"
  ["SSL_SERVER_V_END"]=>
  string(24) "Aug 16 23:59:59 2026 GMT"
  ["SSL_SERVER_S_DN"]=>
  string(15) "CN=*.mdemail.md"
  ["SSL_SERVER_I_DN"]=>
  string(63) "CN=Thawte TLS RSA CA G1,OU=www.digicert.com,O=DigiCert Inc,C=US"
  ["SSL_SERVER_A_KEY"]=>
  string(13) "rsaEncryption"
  ["SSL_SERVER_A_SIG"]=>
  string(23) "sha256WithRSAEncryption"
  ["SSL_SESSION_ID"]=>
  string(64) "8c0fe9506d6eebe300e2e06294d97537514e53a296ce319cd2b5f7bd7cab05fb"
  ["SSL_SESSION_RESUMED"]=>
  string(7) "Initial"
  ["HTTP_USER_AGENT"]=>
  string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)"
  ["HTTP_ACCEPT"]=>
  string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
  ["HTTP_ACCEPT_LANGUAGE"]=>
  string(14) "en-US,en;q=0.5"
  ["HTTP_IF_MODIFIED_SINCE"]=>
  string(29) "Tue, 22 Apr 2025 16:33:44 GMT"
  ["HTTP_ACCEPT_ENCODING"]=>
  string(14) "zstd, br, gzip"
  ["HTTP_HOST"]=>
  string(14) "api.mdemail.md"
  ["HTTP_CONNECTION"]=>
  string(10) "Keep-Alive"
  ["PATH"]=>
  string(49) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
  ["SERVER_SIGNATURE"]=>
  string(0) ""
  ["SERVER_SOFTWARE"]=>
  string(6) "Apache"
  ["SERVER_NAME"]=>
  string(14) "api.mdemail.md"
  ["SERVER_ADDR"]=>
  string(14) "192.168.100.14"
  ["SERVER_PORT"]=>
  string(3) "443"
  ["REMOTE_ADDR"]=>
  string(11) "18.97.9.175"
  ["DOCUMENT_ROOT"]=>
  string(60) "/usr/local/contrib/app/website/current/mdemail.md/api/htdocs"
  ["REQUEST_SCHEME"]=>
  string(5) "https"
  ["CONTEXT_PREFIX"]=>
  string(0) ""
  ["CONTEXT_DOCUMENT_ROOT"]=>
  string(60) "/usr/local/contrib/app/website/current/mdemail.md/api/htdocs"
  ["SERVER_ADMIN"]=>
  string(39) "sys-website-api.mdemail.md-admin@max.md"
  ["SCRIPT_FILENAME"]=>
  string(86) "/usr/local/contrib/app/website/current/mdemail.md/api/htdocs/MdDigitalSignatureApi.php"
  ["REMOTE_PORT"]=>
  string(5) "60056"
  ["GATEWAY_INTERFACE"]=>
  string(7) "CGI/1.1"
  ["SERVER_PROTOCOL"]=>
  string(8) "HTTP/1.1"
  ["REQUEST_METHOD"]=>
  string(3) "GET"
  ["QUERY_STRING"]=>
  string(4) "wsdl"
  ["REQUEST_URI"]=>
  string(31) "/MdDigitalSignatureApi.php?wsdl"
  ["SCRIPT_NAME"]=>
  string(26) "/MdDigitalSignatureApi.php"
  ["PHP_SELF"]=>
  string(26) "/MdDigitalSignatureApi.php"
  ["REQUEST_TIME_FLOAT"]=>
  float(1772945091.4651)
  ["REQUEST_TIME"]=>
  int(1772945091)
}
2026-03-07 22:44:51.482373 soap_server: In service, request method=GET query string=wsdl strlen($data)=0
2026-03-07 22:44:51.482379 soap_server: In service, this is a request for WSDL
2026-03-07 22:44:51.482382 soap_server: In service, serialize WSDL
2026-03-07 22:44:51.482645 soap_server: wsdl:
object(wsdl)#2894 (56) {
  ["wsdl"]=>
  string(0) ""
  ["schemas"]=>
  array(1) {
    ["https://api.mdemail.md/"]=>
    array(1) {
      [0]=>
      object(nusoap_xmlschema)#2895 (41) {
        ["schema"]=>
        string(0) ""
        ["xml"]=>
        string(0) ""
        ["enclosingNamespaces"]=>
        array(7) {
          ["SOAP-ENV"]=>
          string(41) "http://schemas.xmlsoap.org/soap/envelope/"
          ["xsd"]=>
          string(32) "http://www.w3.org/2001/XMLSchema"
          ["xsi"]=>
          string(41) "http://www.w3.org/2001/XMLSchema-instance"
          ["SOAP-ENC"]=>
          string(41) "http://schemas.xmlsoap.org/soap/encoding/"
          ["tns"]=>
          string(23) "https://api.mdemail.md/"
          ["soap"]=>
          string(37) "http://schemas.xmlsoap.org/wsdl/soap/"
          ["wsdl"]=>
          string(32) "http://schemas.xmlsoap.org/wsdl/"
        }
        ["schemaInfo"]=>
        array(0) {
        }
        ["schemaTargetNamespace"]=>
        string(23) "https://api.mdemail.md/"
        ["attributes"]=>
        array(0) {
        }
        ["complexTypes"]=>
        array(18) {
          ["ArrayOfstring"]=>
          array(8) {
            ["name"]=>
            string(13) "ArrayOfstring"
            ["typeClass"]=>
            string(11) "complexType"
            ["phpType"]=>
            string(5) "array"
            ["compositor"]=>
            string(0) ""
            ["restrictionBase"]=>
            string(47) "http://schemas.xmlsoap.org/soap/encoding/:Array"
            ["elements"]=>
            array(0) {
            }
            ["attrs"]=>
            array(1) {
              [0]=>
              array(2) {
                ["ref"]=>
                string(51) "http://schemas.xmlsoap.org/soap/encoding/:arrayType"
                ["http://schemas.xmlsoap.org/wsdl/:arrayType"]=>
                string(41) "http://www.w3.org/2001/XMLSchema:string[]"
              }
            }
            ["arrayType"]=>
            string(39) "http://www.w3.org/2001/XMLSchema:string"
          }
          ["Mesg"]=>
          array(8) {
            ["name"]=>
            string(4) "Mesg"
            ["typeClass"]=>
            string(11) "complexType"
            ["phpType"]=>
            string(6) "struct"
            ["compositor"]=>
            string(3) "all"
            ["restrictionBase"]=>
            string(0) ""
            ["elements"]=>
            array(3) {
              ["code"]=>
              array(2) {
                ["name"]=>
                string(4) "code"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
              ["message"]=>
              array(2) {
                ["name"]=>
                string(7) "message"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
              ["values"]=>
              array(2) {
                ["name"]=>
                string(6) "values"
                ["type"]=>
                string(37) "https://api.mdemail.md/:ArrayOfstring"
              }
            }
            ["attrs"]=>
            array(0) {
            }
            ["arrayType"]=>
            string(0) ""
          }
          ["AccountInfoType"]=>
          array(8) {
            ["name"]=>
            string(15) "AccountInfoType"
            ["typeClass"]=>
            string(11) "complexType"
            ["phpType"]=>
            string(6) "struct"
            ["compositor"]=>
            string(3) "all"
            ["restrictionBase"]=>
            string(0) ""
            ["elements"]=>
            array(2) {
              ["username"]=>
              array(2) {
                ["name"]=>
                string(8) "username"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
              ["password"]=>
              array(2) {
                ["name"]=>
                string(8) "password"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
            }
            ["attrs"]=>
            array(0) {
            }
            ["arrayType"]=>
            string(0) ""
          }
          ["Document"]=>
          array(8) {
            ["name"]=>
            string(8) "Document"
            ["typeClass"]=>
            string(11) "complexType"
            ["phpType"]=>
            string(6) "struct"
            ["compositor"]=>
            string(3) "all"
            ["restrictionBase"]=>
            string(0) ""
            ["elements"]=>
            array(3) {
              ["data"]=>
              array(2) {
                ["name"]=>
                string(4) "data"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
              ["mimeType"]=>
              array(2) {
                ["name"]=>
                string(8) "mimeType"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
              ["documentName"]=>
              array(2) {
                ["name"]=>
                string(12) "documentName"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
            }
            ["attrs"]=>
            array(0) {
            }
            ["arrayType"]=>
            string(0) ""
          }
          ["SignatureSettingType"]=>
          array(8) {
            ["name"]=>
            string(20) "SignatureSettingType"
            ["typeClass"]=>
            string(11) "complexType"
            ["phpType"]=>
            string(6) "struct"
            ["compositor"]=>
            string(3) "all"
            ["restrictionBase"]=>
            string(0) ""
            ["elements"]=>
            array(5) {
              ["page"]=>
              array(2) {
                ["name"]=>
                string(4) "page"
                ["type"]=>
                string(36) "http://www.w3.org/2001/XMLSchema:int"
              }
              ["x"]=>
              array(2) {
                ["name"]=>
                string(1) "x"
                ["type"]=>
                string(36) "http://www.w3.org/2001/XMLSchema:int"
              }
              ["y"]=>
              array(2) {
                ["name"]=>
                string(1) "y"
                ["type"]=>
                string(36) "http://www.w3.org/2001/XMLSchema:int"
              }
              ["width"]=>
              array(2) {
                ["name"]=>
                string(5) "width"
                ["type"]=>
                string(36) "http://www.w3.org/2001/XMLSchema:int"
              }
              ["height"]=>
              array(2) {
                ["name"]=>
                string(6) "height"
                ["type"]=>
                string(36) "http://www.w3.org/2001/XMLSchema:int"
              }
            }
            ["attrs"]=>
            array(0) {
            }
            ["arrayType"]=>
            string(0) ""
          }
          ["SignatureConfigurationType"]=>
          array(8) {
            ["name"]=>
            string(26) "SignatureConfigurationType"
            ["typeClass"]=>
            string(11) "complexType"
            ["phpType"]=>
            string(6) "struct"
            ["compositor"]=>
            string(3) "all"
            ["restrictionBase"]=>
            string(0) ""
            ["elements"]=>
            array(5) {
              ["graphicImageName"]=>
              array(2) {
                ["name"]=>
                string(16) "graphicImageName"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
              ["reason"]=>
              array(2) {
                ["name"]=>
                string(6) "reason"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
              ["signatureName"]=>
              array(4) {
                ["name"]=>
                string(13) "signatureName"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
                ["minOccurs"]=>
                int(0)
                ["maxOccurs"]=>
                int(1)
              }
              ["timezone"]=>
              array(4) {
                ["name"]=>
                string(8) "timezone"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
                ["minOccurs"]=>
                int(0)
                ["maxOccurs"]=>
                int(1)
              }
              ["GMTOffset"]=>
              array(4) {
                ["name"]=>
                string(9) "GMTOffset"
                ["type"]=>
                string(36) "http://www.w3.org/2001/XMLSchema:int"
                ["minOccurs"]=>
                int(0)
                ["maxOccurs"]=>
                int(1)
              }
            }
            ["attrs"]=>
            array(0) {
            }
            ["arrayType"]=>
            string(0) ""
          }
          ["SignRequestType"]=>
          array(8) {
            ["name"]=>
            string(15) "SignRequestType"
            ["typeClass"]=>
            string(11) "complexType"
            ["phpType"]=>
            string(6) "struct"
            ["compositor"]=>
            string(3) "all"
            ["restrictionBase"]=>
            string(0) ""
            ["elements"]=>
            array(4) {
              ["accountInfo"]=>
              array(2) {
                ["name"]=>
                string(11) "accountInfo"
                ["type"]=>
                string(39) "https://api.mdemail.md/:AccountInfoType"
              }
              ["document"]=>
              array(2) {
                ["name"]=>
                string(8) "document"
                ["type"]=>
                string(32) "https://api.mdemail.md/:Document"
              }
              ["signatureSetting"]=>
              array(2) {
                ["name"]=>
                string(16) "signatureSetting"
                ["type"]=>
                string(44) "https://api.mdemail.md/:SignatureSettingType"
              }
              ["signatureConfiguration"]=>
              array(2) {
                ["name"]=>
                string(22) "signatureConfiguration"
                ["type"]=>
                string(50) "https://api.mdemail.md/:SignatureConfigurationType"
              }
            }
            ["attrs"]=>
            array(0) {
            }
            ["arrayType"]=>
            string(0) ""
          }
          ["SignResponseType"]=>
          array(8) {
            ["name"]=>
            string(16) "SignResponseType"
            ["typeClass"]=>
            string(11) "complexType"
            ["phpType"]=>
            string(6) "struct"
            ["compositor"]=>
            string(3) "all"
            ["restrictionBase"]=>
            string(0) ""
            ["elements"]=>
            array(3) {
              ["code"]=>
              array(2) {
                ["name"]=>
                string(4) "code"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
              ["message"]=>
              array(2) {
                ["name"]=>
                string(7) "message"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
              ["document"]=>
              array(4) {
                ["name"]=>
                string(8) "document"
                ["type"]=>
                string(32) "https://api.mdemail.md/:Document"
                ["minOccurs"]=>
                int(0)
                ["maxOccurs"]=>
                int(1)
              }
            }
            ["attrs"]=>
            array(0) {
            }
            ["arrayType"]=>
            string(0) ""
          }
          ["VerifyRequestType"]=>
          array(8) {
            ["name"]=>
            string(17) "VerifyRequestType"
            ["typeClass"]=>
            string(11) "complexType"
            ["phpType"]=>
            string(6) "struct"
            ["compositor"]=>
            string(3) "all"
            ["restrictionBase"]=>
            string(0) ""
            ["elements"]=>
            array(2) {
              ["accountInfo"]=>
              array(2) {
                ["name"]=>
                string(11) "accountInfo"
                ["type"]=>
                string(39) "https://api.mdemail.md/:AccountInfoType"
              }
              ["document"]=>
              array(2) {
                ["name"]=>
                string(8) "document"
                ["type"]=>
                string(32) "https://api.mdemail.md/:Document"
              }
            }
            ["attrs"]=>
            array(0) {
            }
            ["arrayType"]=>
            string(0) ""
          }
          ["SignatureInfoType"]=>
          array(8) {
            ["name"]=>
            string(17) "SignatureInfoType"
            ["typeClass"]=>
            string(11) "complexType"
            ["phpType"]=>
            string(6) "struct"
            ["compositor"]=>
            string(3) "all"
            ["restrictionBase"]=>
            string(0) ""
            ["elements"]=>
            array(9) {
              ["page"]=>
              array(2) {
                ["name"]=>
                string(4) "page"
                ["type"]=>
                string(36) "http://www.w3.org/2001/XMLSchema:int"
              }
              ["x"]=>
              array(2) {
                ["name"]=>
                string(1) "x"
                ["type"]=>
                string(36) "http://www.w3.org/2001/XMLSchema:int"
              }
              ["y"]=>
              array(2) {
                ["name"]=>
                string(1) "y"
                ["type"]=>
                string(36) "http://www.w3.org/2001/XMLSchema:int"
              }
              ["width"]=>
              array(2) {
                ["name"]=>
                string(5) "width"
                ["type"]=>
                string(36) "http://www.w3.org/2001/XMLSchema:int"
              }
              ["height"]=>
              array(2) {
                ["name"]=>
                string(6) "height"
                ["type"]=>
                string(36) "http://www.w3.org/2001/XMLSchema:int"
              }
              ["signerName"]=>
              array(2) {
                ["name"]=>
                string(10) "signerName"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
              ["signatureTime"]=>
              array(2) {
                ["name"]=>
                string(13) "signatureTime"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
              ["reason"]=>
              array(2) {
                ["name"]=>
                string(6) "reason"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
              ["certificateStatus"]=>
              array(2) {
                ["name"]=>
                string(17) "certificateStatus"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
            }
            ["attrs"]=>
            array(0) {
            }
            ["arrayType"]=>
            string(0) ""
          }
          ["ArrayOfSignatureInfoType"]=>
          array(8) {
            ["name"]=>
            string(24) "ArrayOfSignatureInfoType"
            ["typeClass"]=>
            string(11) "complexType"
            ["phpType"]=>
            string(5) "array"
            ["compositor"]=>
            string(0) ""
            ["restrictionBase"]=>
            string(47) "http://schemas.xmlsoap.org/soap/encoding/:Array"
            ["elements"]=>
            array(0) {
            }
            ["attrs"]=>
            array(1) {
              [0]=>
              array(2) {
                ["ref"]=>
                string(51) "http://schemas.xmlsoap.org/soap/encoding/:arrayType"
                ["http://schemas.xmlsoap.org/wsdl/:arrayType"]=>
                string(43) "https://api.mdemail.md/:SignatureInfoType[]"
              }
            }
            ["arrayType"]=>
            string(41) "https://api.mdemail.md/:SignatureInfoType"
          }
          ["VerifyResponseType"]=>
          array(8) {
            ["name"]=>
            string(18) "VerifyResponseType"
            ["typeClass"]=>
            string(11) "complexType"
            ["phpType"]=>
            string(6) "struct"
            ["compositor"]=>
            string(3) "all"
            ["restrictionBase"]=>
            string(0) ""
            ["elements"]=>
            array(3) {
              ["code"]=>
              array(2) {
                ["name"]=>
                string(4) "code"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
              ["message"]=>
              array(2) {
                ["name"]=>
                string(7) "message"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
              ["signatureFields"]=>
              array(2) {
                ["name"]=>
                string(15) "signatureFields"
                ["type"]=>
                string(48) "https://api.mdemail.md/:ArrayOfSignatureInfoType"
              }
            }
            ["attrs"]=>
            array(0) {
            }
            ["arrayType"]=>
            string(0) ""
          }
          ["GSImageType"]=>
          array(8) {
            ["name"]=>
            string(11) "GSImageType"
            ["typeClass"]=>
            string(11) "complexType"
            ["phpType"]=>
            string(6) "struct"
            ["compositor"]=>
            string(3) "all"
            ["restrictionBase"]=>
            string(0) ""
            ["elements"]=>
            array(5) {
              ["graphicImageName"]=>
              array(2) {
                ["name"]=>
                string(16) "graphicImageName"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
              ["width"]=>
              array(2) {
                ["name"]=>
                string(5) "width"
                ["type"]=>
                string(36) "http://www.w3.org/2001/XMLSchema:int"
              }
              ["height"]=>
              array(2) {
                ["name"]=>
                string(6) "height"
                ["type"]=>
                string(36) "http://www.w3.org/2001/XMLSchema:int"
              }
              ["graphicImageMimeType"]=>
              array(2) {
                ["name"]=>
                string(20) "graphicImageMimeType"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
              ["graphicImage"]=>
              array(2) {
                ["name"]=>
                string(12) "graphicImage"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
            }
            ["attrs"]=>
            array(0) {
            }
            ["arrayType"]=>
            string(0) ""
          }
          ["ArrayOfGSImage"]=>
          array(8) {
            ["name"]=>
            string(14) "ArrayOfGSImage"
            ["typeClass"]=>
            string(11) "complexType"
            ["phpType"]=>
            string(5) "array"
            ["compositor"]=>
            string(0) ""
            ["restrictionBase"]=>
            string(47) "http://schemas.xmlsoap.org/soap/encoding/:Array"
            ["elements"]=>
            array(0) {
            }
            ["attrs"]=>
            array(1) {
              [0]=>
              array(2) {
                ["ref"]=>
                string(51) "http://schemas.xmlsoap.org/soap/encoding/:arrayType"
                ["http://schemas.xmlsoap.org/wsdl/:arrayType"]=>
                string(37) "https://api.mdemail.md/:GSImageType[]"
              }
            }
            ["arrayType"]=>
            string(35) "https://api.mdemail.md/:GSImageType"
          }
          ["GSListRequestType"]=>
          array(8) {
            ["name"]=>
            string(17) "GSListRequestType"
            ["typeClass"]=>
            string(11) "complexType"
            ["phpType"]=>
            string(6) "struct"
            ["compositor"]=>
            string(3) "all"
            ["restrictionBase"]=>
            string(0) ""
            ["elements"]=>
            array(1) {
              ["accountInfo"]=>
              array(2) {
                ["name"]=>
                string(11) "accountInfo"
                ["type"]=>
                string(39) "https://api.mdemail.md/:AccountInfoType"
              }
            }
            ["attrs"]=>
            array(0) {
            }
            ["arrayType"]=>
            string(0) ""
          }
          ["GSListResponseType"]=>
          array(8) {
            ["name"]=>
            string(18) "GSListResponseType"
            ["typeClass"]=>
            string(11) "complexType"
            ["phpType"]=>
            string(6) "struct"
            ["compositor"]=>
            string(3) "all"
            ["restrictionBase"]=>
            string(0) ""
            ["elements"]=>
            array(3) {
              ["code"]=>
              array(2) {
                ["name"]=>
                string(4) "code"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
              ["message"]=>
              array(2) {
                ["name"]=>
                string(7) "message"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
              ["gsImages"]=>
              array(2) {
                ["name"]=>
                string(8) "gsImages"
                ["type"]=>
                string(38) "https://api.mdemail.md/:ArrayOfGSImage"
              }
            }
            ["attrs"]=>
            array(0) {
            }
            ["arrayType"]=>
            string(0) ""
          }
          ["GSAddRequestType"]=>
          array(8) {
            ["name"]=>
            string(16) "GSAddRequestType"
            ["typeClass"]=>
            string(11) "complexType"
            ["phpType"]=>
            string(6) "struct"
            ["compositor"]=>
            string(3) "all"
            ["restrictionBase"]=>
            string(0) ""
            ["elements"]=>
            array(2) {
              ["accountInfo"]=>
              array(2) {
                ["name"]=>
                string(11) "accountInfo"
                ["type"]=>
                string(39) "https://api.mdemail.md/:AccountInfoType"
              }
              ["gsImage"]=>
              array(2) {
                ["name"]=>
                string(7) "gsImage"
                ["type"]=>
                string(35) "https://api.mdemail.md/:GSImageType"
              }
            }
            ["attrs"]=>
            array(0) {
            }
            ["arrayType"]=>
            string(0) ""
          }
          ["GSDeleteRequestType"]=>
          array(8) {
            ["name"]=>
            string(19) "GSDeleteRequestType"
            ["typeClass"]=>
            string(11) "complexType"
            ["phpType"]=>
            string(6) "struct"
            ["compositor"]=>
            string(3) "all"
            ["restrictionBase"]=>
            string(0) ""
            ["elements"]=>
            array(2) {
              ["accountInfo"]=>
              array(2) {
                ["name"]=>
                string(11) "accountInfo"
                ["type"]=>
                string(39) "https://api.mdemail.md/:AccountInfoType"
              }
              ["graphicImageName"]=>
              array(2) {
                ["name"]=>
                string(16) "graphicImageName"
                ["type"]=>
                string(39) "http://www.w3.org/2001/XMLSchema:string"
              }
            }
            ["attrs"]=>
            array(0) {
            }
            ["arrayType"]=>
            string(0) ""
          }
        }
        ["complexTypeStack"]=>
        array(0) {
        }
        ["currentComplexType"]=>
        NULL
        ["elements"]=>
        array(0) {
        }
        ["elementStack"]=>
        array(0) {
        }
        ["currentElement"]=>
        NULL
        ["simpleTypes"]=>
        array(0) {
        }
        ["simpleTypeStack"]=>
        array(0) {
        }
        ["currentSimpleType"]=>
        NULL
        ["imports"]=>
        array(2) {
          ["http://schemas.xmlsoap.org/soap/encoding/"]=>
          array(1) {
            [0]=>
            array(2) {
              ["location"]=>
              string(0) ""
              ["loaded"]=>
              bool(true)
            }
          }
          ["http://schemas.xmlsoap.org/wsdl/"]=>
          array(1) {
            [0]=>
            array(2) {
              ["location"]=>
              string(0) ""
              ["loaded"]=>
              bool(true)
            }
          }
        }
        ["parser"]=>
        NULL
        ["position"]=>
        int(0)
        ["depth"]=>
        int(0)
        ["depth_array"]=>
        array(0) {
        }
        ["message"]=>
        array(0) {
        }
        ["defaultNamespace"]=>
        array(0) {
        }
        ["title"]=>
        string(6) "NuSOAP"
        ["version"]=>
        string(5) "0.9.5"
        ["revision"]=>
        string(18) "$Revision: 1.123 $"
        ["error_str"]=>
        string(0) ""
        ["debug_str"]=>
        string(0) ""
        ["charencoding"]=>
        bool(true)
        ["debugLevel"]=>
        int(9)
        ["XMLSchemaVersion"]=>
        string(32) "http://www.w3.org/2001/XMLSchema"
        ["soap_defencoding"]=>
        string(5) "UTF-8"
        ["namespaces"]=>
        array(7) {
          ["SOAP-ENV"]=>
          string(41) "http://schemas.xmlsoap.org/soap/envelope/"
          ["xsd"]=>
          string(32) "http://www.w3.org/2001/XMLSchema"
          ["xsi"]=>
          string(41) "http://www.w3.org/2001/XMLSchema-instance"
          ["SOAP-ENC"]=>
          string(41) "http://schemas.xmlsoap.org/soap/encoding/"
          ["tns"]=>
          string(23) "https://api.mdemail.md/"
          ["soap"]=>
          string(37) "http://schemas.xmlsoap.org/wsdl/soap/"
          ["wsdl"]=>
          string(32) "http://schemas.xmlsoap.org/wsdl/"
        }
        ["usedNamespaces"]=>
        array(4) {
          ["xsd"]=>
          string(32) "http://www.w3.org/2001/XMLSchema"
          ["SOAP-ENC"]=>
          string(41) "http://schemas.xmlsoap.org/soap/encoding/"
          ["wsdl"]=>
          string(32) "http://schemas.xmlsoap.org/wsdl/"
          ["tns"]=>
          string(23) "https://api.mdemail.md/"
        }
        ["typemap"]=>
        array(6) {
          ["http://www.w3.org/2001/XMLSchema"]=>
          array(43) {
            ["string"]=>
            string(6) "string"
            ["boolean"]=>
            string(7) "boolean"
            ["float"]=>
            string(6) "double"
            ["double"]=>
            string(6) "double"
            ["decimal"]=>
            string(6) "double"
            ["duration"]=>
            string(0) ""
            ["dateTime"]=>
            string(6) "string"
            ["time"]=>
            string(6) "string"
            ["date"]=>
            string(6) "string"
            ["gYearMonth"]=>
            string(0) ""
            ["gYear"]=>
            string(0) ""
            ["gMonthDay"]=>
            string(0) ""
            ["gDay"]=>
            string(0) ""
            ["gMonth"]=>
            string(0) ""
            ["hexBinary"]=>
            string(6) "string"
            ["base64Binary"]=>
            string(6) "string"
            ["anyType"]=>
            string(6) "string"
            ["anySimpleType"]=>
            string(6) "string"
            ["normalizedString"]=>
            string(6) "string"
            ["token"]=>
            string(6) "string"
            ["language"]=>
            string(0) ""
            ["NMTOKEN"]=>
            string(0) ""
            ["NMTOKENS"]=>
            string(0) ""
            ["Name"]=>
            string(0) ""
            ["NCName"]=>
            string(0) ""
            ["ID"]=>
            string(0) ""
            ["IDREF"]=>
            string(0) ""
            ["IDREFS"]=>
            string(0) ""
            ["ENTITY"]=>
            string(0) ""
            ["ENTITIES"]=>
            string(0) ""
            ["integer"]=>
            string(7) "integer"
            ["nonPositiveInteger"]=>
            string(7) "integer"
            ["negativeInteger"]=>
            string(7) "integer"
            ["long"]=>
            string(7) "integer"
            ["int"]=>
            string(7) "integer"
            ["short"]=>
            string(7) "integer"
            ["byte"]=>
            string(7) "integer"
            ["nonNegativeInteger"]=>
            string(7) "integer"
            ["unsignedLong"]=>
            string(0) ""
            ["unsignedInt"]=>
            string(0) ""
            ["unsignedShort"]=>
            string(0) ""
            ["unsignedByte"]=>
            string(0) ""
            ["positiveInteger"]=>
            string(0) ""
          }
          ["http://www.w3.org/2000/10/XMLSchema"]=>
          array(11) {
            ["i4"]=>
            string(0) ""
            ["int"]=>
            string(7) "integer"
            ["boolean"]=>
            string(7) "boolean"
            ["string"]=>
            string(6) "string"
            ["double"]=>
            string(6) "double"
            ["float"]=>
            string(6) "double"
            ["dateTime"]=>
            string(6) "string"
            ["timeInstant"]=>
            string(6) "string"
            ["base64Binary"]=>
            string(6) "string"
            ["base64"]=>
            string(6) "string"
            ["ur-type"]=>
            string(5) "array"
          }
          ["http://www.w3.org/1999/XMLSchema"]=>
          array(11) {
            ["i4"]=>
            string(0) ""
            ["int"]=>
            string(7) "integer"
            ["boolean"]=>
            string(7) "boolean"
            ["string"]=>
            string(6) "string"
            ["double"]=>
            string(6) "double"
            ["float"]=>
            string(6) "double"
            ["dateTime"]=>
            string(6) "string"
            ["timeInstant"]=>
            string(6) "string"
            ["base64Binary"]=>
            string(6) "string"
            ["base64"]=>
            string(6) "string"
            ["ur-type"]=>
            string(5) "array"
          }
          ["http://soapinterop.org/xsd"]=>
          array(1) {
            ["SOAPStruct"]=>
            string(6) "struct"
          }
          ["http://schemas.xmlsoap.org/soap/encoding/"]=>
          array(3) {
            ["base64"]=>
            string(6) "string"
            ["array"]=>
            string(5) "array"
            ["Array"]=>
            string(5) "array"
          }
          ["http://xml.apache.org/xml-soap"]=>
          array(1) {
            [0]=>
            string(3) "Map"
          }
        }
        ["xmlEntities"]=>
        array(5) {
          ["quot"]=>
          string(1) """
          ["amp"]=>
          string(1) "&"
          ["lt"]=>
          string(1) "<"
          ["gt"]=>
          string(1) ">"
          ["apos"]=>
          string(1) "'"
        }
        ["string":"Exception":private]=>
        string(0) ""
        ["code":protected]=>
        int(0)
        ["file":protected]=>
        string(106) "/usr/local/contrib/app/website/r918d784dea908291edd42c356757d362e9665c42/+common/lib/php/nusoap/nusoap.php"
        ["line":protected]=>
        int(4566)
        ["trace":"Exception":private]=>
        array(1) {
          [0]=>
          array(6) {
            ["file"]=>
            string(120) "/usr/local/contrib/app/website/r918d784dea908291edd42c356757d362e9665c42/mdemail.md/api/htdocs/MdDigitalSignatureApi.php"
            ["line"]=>
            int(18)
            ["function"]=>
            string(13) "configureWSDL"
            ["class"]=>
            string(13) "nusoap_server"
            ["type"]=>
            string(2) "->"
            ["args"]=>
            array(2) {
              [0]=>
              string(21) "MdDigitalSignatureApi"
              [1]=>
              string(23) "https://api.mdemail.md/"
            }
          }
        }
        ["previous":"Exception":private]=>
        NULL
      }
    }
  }
  ["currentSchema"]=>
  NULL
  ["message"]=>
  array(0) {
  }
  ["complexTypes"]=>
  array(0) {
  }
  ["messages"]=>
  array(10) {
    ["signRequest"]=>
    array(1) {
      ["signRequest"]=>
      string(39) "https://api.mdemail.md/:SignRequestType"
    }
    ["signResponse"]=>
    array(1) {
      ["return"]=>
      string(40) "https://api.mdemail.md/:SignResponseType"
    }
    ["verifyRequest"]=>
    array(1) {
      ["verifyRequest"]=>
      string(41) "https://api.mdemail.md/:VerifyRequestType"
    }
    ["verifyResponse"]=>
    array(1) {
      ["return"]=>
      string(42) "https://api.mdemail.md/:VerifyResponseType"
    }
    ["gsListRequest"]=>
    array(1) {
      ["gsListRequest"]=>
      string(41) "https://api.mdemail.md/:GSListRequestType"
    }
    ["gsListResponse"]=>
    array(1) {
      ["return"]=>
      string(42) "https://api.mdemail.md/:GSListResponseType"
    }
    ["gsAddRequest"]=>
    array(1) {
      ["gsAddRequest"]=>
      string(40) "https://api.mdemail.md/:GSAddRequestType"
    }
    ["gsAddResponse"]=>
    array(1) {
      ["return"]=>
      string(28) "https://api.mdemail.md/:Mesg"
    }
    ["gsDeleteRequest"]=>
    array(1) {
      ["gsDeleteRequest"]=>
      string(43) "https://api.mdemail.md/:GSDeleteRequestType"
    }
    ["gsDeleteResponse"]=>
    array(1) {
      ["return"]=>
      string(28) "https://api.mdemail.md/:Mesg"
    }
  }
  ["currentMessage"]=>
  NULL
  ["currentOperation"]=>
  NULL
  ["portTypes"]=>
  array(0) {
  }
  ["currentPortType"]=>
  NULL
  ["bindings"]=>
  array(1) {
    ["MdDigitalSignatureApiBinding"]=>
    array(5) {
      ["name"]=>
      string(28) "MdDigitalSignatureApiBinding"
      ["style"]=>
      string(3) "rpc"
      ["transport"]=>
      string(36) "http://schemas.xmlsoap.org/soap/http"
      ["portType"]=>
      string(29) "MdDigitalSignatureApiPortType"
      ["operations"]=>
      array(5) {
        ["sign"]=>
        array(10) {
          ["name"]=>
          string(4) "sign"
          ["binding"]=>
          string(28) "MdDigitalSignatureApiBinding"
          ["endpoint"]=>
          string(52) "https://api.mdemail.md:443/MdDigitalSignatureApi.php"
          ["soapAction"]=>
          string(53) "https://api.mdemail.md/MdDigitalSignatureApi.php/sign"
          ["style"]=>
          string(3) "rpc"
          ["input"]=>
          array(5) {
            ["use"]=>
            string(7) "encoded"
            ["namespace"]=>
            string(23) "http://soapinterop.org/"
            ["encodingStyle"]=>
            string(41) "http://schemas.xmlsoap.org/soap/encoding/"
            ["message"]=>
            string(11) "signRequest"
            ["parts"]=>
            array(1) {
              ["signRequest"]=>
              string(19) "tns:SignRequestType"
            }
          }
          ["output"]=>
          array(5) {
            ["use"]=>
            string(7) "encoded"
            ["namespace"]=>
            string(23) "http://soapinterop.org/"
            ["encodingStyle"]=>
            string(41) "http://schemas.xmlsoap.org/soap/encoding/"
            ["message"]=>
            string(12) "signResponse"
            ["parts"]=>
            array(1) {
              ["return"]=>
              string(20) "tns:SignResponseType"
            }
          }
          ["namespace"]=>
          string(23) "http://soapinterop.org/"
          ["transport"]=>
          string(36) "http://schemas.xmlsoap.org/soap/http"
          ["documentation"]=>
          string(0) ""
        }
        ["verify"]=>
        array(10) {
          ["name"]=>
          string(6) "verify"
          ["binding"]=>
          string(28) "MdDigitalSignatureApiBinding"
          ["endpoint"]=>
          string(52) "https://api.mdemail.md:443/MdDigitalSignatureApi.php"
          ["soapAction"]=>
          string(55) "https://api.mdemail.md/MdDigitalSignatureApi.php/verify"
          ["style"]=>
          string(3) "rpc"
          ["input"]=>
          array(5) {
            ["use"]=>
            string(7) "encoded"
            ["namespace"]=>
            string(23) "http://soapinterop.org/"
            ["encodingStyle"]=>
            string(41) "http://schemas.xmlsoap.org/soap/encoding/"
            ["message"]=>
            string(13) "verifyRequest"
            ["parts"]=>
            array(1) {
              ["verifyRequest"]=>
              string(21) "tns:VerifyRequestType"
            }
          }
          ["output"]=>
          array(5) {
            ["use"]=>
            string(7) "encoded"
            ["namespace"]=>
            string(23) "http://soapinterop.org/"
            ["encodingStyle"]=>
            string(41) "http://schemas.xmlsoap.org/soap/encoding/"
            ["message"]=>
            string(14) "verifyResponse"
            ["parts"]=>
            array(1) {
              ["return"]=>
              string(22) "tns:VerifyResponseType"
            }
          }
          ["namespace"]=>
          string(23) "http://soapinterop.org/"
          ["transport"]=>
          string(36) "http://schemas.xmlsoap.org/soap/http"
          ["documentation"]=>
          string(0) ""
        }
        ["gsList"]=>
        array(10) {
          ["name"]=>
          string(6) "gsList"
          ["binding"]=>
          string(28) "MdDigitalSignatureApiBinding"
          ["endpoint"]=>
          string(52) "https://api.mdemail.md:443/MdDigitalSignatureApi.php"
          ["soapAction"]=>
          string(55) "https://api.mdemail.md/MdDigitalSignatureApi.php/gsList"
          ["style"]=>
          string(3) "rpc"
          ["input"]=>
          array(5) {
            ["use"]=>
            string(7) "encoded"
            ["namespace"]=>
            string(23) "http://soapinterop.org/"
            ["encodingStyle"]=>
            string(41) "http://schemas.xmlsoap.org/soap/encoding/"
            ["message"]=>
            string(13) "gsListRequest"
            ["parts"]=>
            array(1) {
              ["gsListRequest"]=>
              string(21) "tns:GSListRequestType"
            }
          }
          ["output"]=>
          array(5) {
            ["use"]=>
            string(7) "encoded"
            ["namespace"]=>
            string(23) "http://soapinterop.org/"
            ["encodingStyle"]=>
            string(41) "http://schemas.xmlsoap.org/soap/encoding/"
            ["message"]=>
            string(14) "gsListResponse"
            ["parts"]=>
            array(1) {
              ["return"]=>
              string(22) "tns:GSListResponseType"
            }
          }
          ["namespace"]=>
          string(23) "http://soapinterop.org/"
          ["transport"]=>
          string(36) "http://schemas.xmlsoap.org/soap/http"
          ["documentation"]=>
          string(0) ""
        }
        ["gsAdd"]=>
        array(10) {
          ["name"]=>
          string(5) "gsAdd"
          ["binding"]=>
          string(28) "MdDigitalSignatureApiBinding"
          ["endpoint"]=>
          string(52) "https://api.mdemail.md:443/MdDigitalSignatureApi.php"
          ["soapAction"]=>
          string(54) "https://api.mdemail.md/MdDigitalSignatureApi.php/gsAdd"
          ["style"]=>
          string(3) "rpc"
          ["input"]=>
          array(5) {
            ["use"]=>
            string(7) "encoded"
            ["namespace"]=>
            string(23) "http://soapinterop.org/"
            ["encodingStyle"]=>
            string(41) "http://schemas.xmlsoap.org/soap/encoding/"
            ["message"]=>
            string(12) "gsAddRequest"
            ["parts"]=>
            array(1) {
              ["gsAddRequest"]=>
              string(20) "tns:GSAddRequestType"
            }
          }
          ["output"]=>
          array(5) {
            ["use"]=>
            string(7) "encoded"
            ["namespace"]=>
            string(23) "http://soapinterop.org/"
            ["encodingStyle"]=>
            string(41) "http://schemas.xmlsoap.org/soap/encoding/"
            ["message"]=>
            string(13) "gsAddResponse"
            ["parts"]=>
            array(1) {
              ["return"]=>
              string(8) "tns:Mesg"
            }
          }
          ["namespace"]=>
          string(23) "http://soapinterop.org/"
          ["transport"]=>
          string(36) "http://schemas.xmlsoap.org/soap/http"
          ["documentation"]=>
          string(0) ""
        }
        ["gsDelete"]=>
        array(10) {
          ["name"]=>
          string(8) "gsDelete"
          ["binding"]=>
          string(28) "MdDigitalSignatureApiBinding"
          ["endpoint"]=>
          string(52) "https://api.mdemail.md:443/MdDigitalSignatureApi.php"
          ["soapAction"]=>
          string(57) "https://api.mdemail.md/MdDigitalSignatureApi.php/gsDelete"
          ["style"]=>
          string(3) "rpc"
          ["input"]=>
          array(5) {
            ["use"]=>
            string(7) "encoded"
            ["namespace"]=>
            string(23) "http://soapinterop.org/"
            ["encodingStyle"]=>
            string(41) "http://schemas.xmlsoap.org/soap/encoding/"
            ["message"]=>
            string(15) "gsDeleteRequest"
            ["parts"]=>
            array(1) {
              ["gsDeleteRequest"]=>
              string(23) "tns:GSDeleteRequestType"
            }
          }
          ["output"]=>
          array(5) {
            ["use"]=>
            string(7) "encoded"
            ["namespace"]=>
            string(23) "http://soapinterop.org/"
            ["encodingStyle"]=>
            string(41) "http://schemas.xmlsoap.org/soap/encoding/"
            ["message"]=>
            string(16) "gsDeleteResponse"
            ["parts"]=>
            array(1) {
              ["return"]=>
              string(8) "tns:Mesg"
            }
          }
          ["namespace"]=>
          string(23) "http://soapinterop.org/"
          ["transport"]=>
          string(36) "http://schemas.xmlsoap.org/soap/http"
          ["documentation"]=>
          string(0) ""
        }
      }
    }
  }
  ["currentBinding"]=>
  NULL
  ["ports"]=>
  array(1) {
    ["MdDigitalSignatureApiPort"]=>
    array(3) {
      ["binding"]=>
      string(28) "MdDigitalSignatureApiBinding"
      ["location"]=>
      string(52) "https://api.mdemail.md:443/MdDigitalSignatureApi.php"
      ["bindingType"]=>
      string(37) "http://schemas.xmlsoap.org/wsdl/soap/"
    }
  }
  ["currentPort"]=>
  NULL
  ["opData"]=>
  array(0) {
  }
  ["status"]=>
  string(0) ""
  ["documentation"]=>
  bool(false)
  ["endpoint"]=>
  string(52) "https://api.mdemail.md:443/MdDigitalSignatureApi.php"
  ["import"]=>
  array(0) {
  }
  ["parser"]=>
  NULL
  ["position"]=>
  int(0)
  ["depth"]=>
  int(0)
  ["depth_array"]=>
  array(0) {
  }
  ["proxyhost"]=>
  bool(false)
  ["proxyport"]=>
  bool(false)
  ["proxyusername"]=>
  bool(false)
  ["proxypassword"]=>
  bool(false)
  ["timeout"]=>
  int(0)
  ["response_timeout"]=>
  int(30)
  ["curl_options"]=>
  array(0) {
  }
  ["use_curl"]=>
  bool(false)
  ["username"]=>
  string(0) ""
  ["password"]=>
  string(0) ""
  ["authtype"]=>
  string(0) ""
  ["certRequest"]=>
  array(0) {
  }
  ["title"]=>
  string(6) "NuSOAP"
  ["version"]=>
  string(5) "0.9.5"
  ["revision"]=>
  string(18) "$Revision: 1.123 $"
  ["error_str"]=>
  string(0) ""
  ["debug_str"]=>
  string(21223) "2026-03-07 22:44:51.481831 wsdl: ctor wsdl= timeout=0 response_timeout=30
2026-03-07 22:44:51.481837 wsdl: parse and process WSDL path=
2026-03-07 22:44:51.482510 wsdl: in getTypeDef: type=SignRequestType, ns=https://api.mdemail.md/
2026-03-07 22:44:51.482516 wsdl: in getTypeDef: have schema for namespace https://api.mdemail.md/
2026-03-07 22:44:51.481852 nusoap_xmlschema: nusoap_xmlschema class instantiated, inside constructor
2026-03-07 22:44:51.481884 nusoap_xmlschema: <https://api.mdemail.md/> addComplexType ArrayOfstring:
array(8) {
  ["name"]=>
  string(13) "ArrayOfstring"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(5) "array"
  ["compositor"]=>
  string(0) ""
  ["restrictionBase"]=>
  string(47) "http://schemas.xmlsoap.org/soap/encoding/:Array"
  ["elements"]=>
  array(0) {
  }
  ["attrs"]=>
  array(1) {
    [0]=>
    array(2) {
      ["ref"]=>
      string(51) "http://schemas.xmlsoap.org/soap/encoding/:arrayType"
      ["http://schemas.xmlsoap.org/wsdl/:arrayType"]=>
      string(41) "http://www.w3.org/2001/XMLSchema:string[]"
    }
  }
  ["arrayType"]=>
  string(39) "http://www.w3.org/2001/XMLSchema:string"
}
2026-03-07 22:44:51.481904 nusoap_xmlschema: <https://api.mdemail.md/> addComplexType Mesg:
array(8) {
  ["name"]=>
  string(4) "Mesg"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["compositor"]=>
  string(3) "all"
  ["restrictionBase"]=>
  string(0) ""
  ["elements"]=>
  array(3) {
    ["code"]=>
    array(2) {
      ["name"]=>
      string(4) "code"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
    ["message"]=>
    array(2) {
      ["name"]=>
      string(7) "message"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
    ["values"]=>
    array(2) {
      ["name"]=>
      string(6) "values"
      ["type"]=>
      string(37) "https://api.mdemail.md/:ArrayOfstring"
    }
  }
  ["attrs"]=>
  array(0) {
  }
  ["arrayType"]=>
  string(0) ""
}
2026-03-07 22:44:51.481921 nusoap_xmlschema: <https://api.mdemail.md/> addComplexType AccountInfoType:
array(8) {
  ["name"]=>
  string(15) "AccountInfoType"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["compositor"]=>
  string(3) "all"
  ["restrictionBase"]=>
  string(0) ""
  ["elements"]=>
  array(2) {
    ["username"]=>
    array(2) {
      ["name"]=>
      string(8) "username"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
    ["password"]=>
    array(2) {
      ["name"]=>
      string(8) "password"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
  }
  ["attrs"]=>
  array(0) {
  }
  ["arrayType"]=>
  string(0) ""
}
2026-03-07 22:44:51.481936 nusoap_xmlschema: <https://api.mdemail.md/> addComplexType Document:
array(8) {
  ["name"]=>
  string(8) "Document"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["compositor"]=>
  string(3) "all"
  ["restrictionBase"]=>
  string(0) ""
  ["elements"]=>
  array(3) {
    ["data"]=>
    array(2) {
      ["name"]=>
      string(4) "data"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
    ["mimeType"]=>
    array(2) {
      ["name"]=>
      string(8) "mimeType"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
    ["documentName"]=>
    array(2) {
      ["name"]=>
      string(12) "documentName"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
  }
  ["attrs"]=>
  array(0) {
  }
  ["arrayType"]=>
  string(0) ""
}
2026-03-07 22:44:51.481954 nusoap_xmlschema: <https://api.mdemail.md/> addComplexType SignatureSettingType:
array(8) {
  ["name"]=>
  string(20) "SignatureSettingType"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["compositor"]=>
  string(3) "all"
  ["restrictionBase"]=>
  string(0) ""
  ["elements"]=>
  array(5) {
    ["page"]=>
    array(2) {
      ["name"]=>
      string(4) "page"
      ["type"]=>
      string(36) "http://www.w3.org/2001/XMLSchema:int"
    }
    ["x"]=>
    array(2) {
      ["name"]=>
      string(1) "x"
      ["type"]=>
      string(36) "http://www.w3.org/2001/XMLSchema:int"
    }
    ["y"]=>
    array(2) {
      ["name"]=>
      string(1) "y"
      ["type"]=>
      string(36) "http://www.w3.org/2001/XMLSchema:int"
    }
    ["width"]=>
    array(2) {
      ["name"]=>
      string(5) "width"
      ["type"]=>
      string(36) "http://www.w3.org/2001/XMLSchema:int"
    }
    ["height"]=>
    array(2) {
      ["name"]=>
      string(6) "height"
      ["type"]=>
      string(36) "http://www.w3.org/2001/XMLSchema:int"
    }
  }
  ["attrs"]=>
  array(0) {
  }
  ["arrayType"]=>
  string(0) ""
}
2026-03-07 22:44:51.481976 nusoap_xmlschema: <https://api.mdemail.md/> addComplexType SignatureConfigurationType:
array(8) {
  ["name"]=>
  string(26) "SignatureConfigurationType"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["compositor"]=>
  string(3) "all"
  ["restrictionBase"]=>
  string(0) ""
  ["elements"]=>
  array(5) {
    ["graphicImageName"]=>
    array(2) {
      ["name"]=>
      string(16) "graphicImageName"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
    ["reason"]=>
    array(2) {
      ["name"]=>
      string(6) "reason"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
    ["signatureName"]=>
    array(4) {
      ["name"]=>
      string(13) "signatureName"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["minOccurs"]=>
      int(0)
      ["maxOccurs"]=>
      int(1)
    }
    ["timezone"]=>
    array(4) {
      ["name"]=>
      string(8) "timezone"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["minOccurs"]=>
      int(0)
      ["maxOccurs"]=>
      int(1)
    }
    ["GMTOffset"]=>
    array(4) {
      ["name"]=>
      string(9) "GMTOffset"
      ["type"]=>
      string(36) "http://www.w3.org/2001/XMLSchema:int"
      ["minOccurs"]=>
      int(0)
      ["maxOccurs"]=>
      int(1)
    }
  }
  ["attrs"]=>
  array(0) {
  }
  ["arrayType"]=>
  string(0) ""
}
2026-03-07 22:44:51.481998 nusoap_xmlschema: <https://api.mdemail.md/> addComplexType SignRequestType:
array(8) {
  ["name"]=>
  string(15) "SignRequestType"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["compositor"]=>
  string(3) "all"
  ["restrictionBase"]=>
  string(0) ""
  ["elements"]=>
  array(4) {
    ["accountInfo"]=>
    array(2) {
      ["name"]=>
      string(11) "accountInfo"
      ["type"]=>
      string(39) "https://api.mdemail.md/:AccountInfoType"
    }
    ["document"]=>
    array(2) {
      ["name"]=>
      string(8) "document"
      ["type"]=>
      string(32) "https://api.mdemail.md/:Document"
    }
    ["signatureSetting"]=>
    array(2) {
      ["name"]=>
      string(16) "signatureSetting"
      ["type"]=>
      string(44) "https://api.mdemail.md/:SignatureSettingType"
    }
    ["signatureConfiguration"]=>
    array(2) {
      ["name"]=>
      string(22) "signatureConfiguration"
      ["type"]=>
      string(50) "https://api.mdemail.md/:SignatureConfigurationType"
    }
  }
  ["attrs"]=>
  array(0) {
  }
  ["arrayType"]=>
  string(0) ""
}
2026-03-07 22:44:51.482015 nusoap_xmlschema: <https://api.mdemail.md/> addComplexType SignResponseType:
array(8) {
  ["name"]=>
  string(16) "SignResponseType"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["compositor"]=>
  string(3) "all"
  ["restrictionBase"]=>
  string(0) ""
  ["elements"]=>
  array(3) {
    ["code"]=>
    array(2) {
      ["name"]=>
      string(4) "code"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
    ["message"]=>
    array(2) {
      ["name"]=>
      string(7) "message"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
    ["document"]=>
    array(4) {
      ["name"]=>
      string(8) "document"
      ["type"]=>
      string(32) "https://api.mdemail.md/:Document"
      ["minOccurs"]=>
      int(0)
      ["maxOccurs"]=>
      int(1)
    }
  }
  ["attrs"]=>
  array(0) {
  }
  ["arrayType"]=>
  string(0) ""
}
2026-03-07 22:44:51.482049 nusoap_xmlschema: <https://api.mdemail.md/> addComplexType VerifyRequestType:
array(8) {
  ["name"]=>
  string(17) "VerifyRequestType"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["compositor"]=>
  string(3) "all"
  ["restrictionBase"]=>
  string(0) ""
  ["elements"]=>
  array(2) {
    ["accountInfo"]=>
    array(2) {
      ["name"]=>
      string(11) "accountInfo"
      ["type"]=>
      string(39) "https://api.mdemail.md/:AccountInfoType"
    }
    ["document"]=>
    array(2) {
      ["name"]=>
      string(8) "document"
      ["type"]=>
      string(32) "https://api.mdemail.md/:Document"
    }
  }
  ["attrs"]=>
  array(0) {
  }
  ["arrayType"]=>
  string(0) ""
}
2026-03-07 22:44:51.482077 nusoap_xmlschema: <https://api.mdemail.md/> addComplexType SignatureInfoType:
array(8) {
  ["name"]=>
  string(17) "SignatureInfoType"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["compositor"]=>
  string(3) "all"
  ["restrictionBase"]=>
  string(0) ""
  ["elements"]=>
  array(9) {
    ["page"]=>
    array(2) {
      ["name"]=>
      string(4) "page"
      ["type"]=>
      string(36) "http://www.w3.org/2001/XMLSchema:int"
    }
    ["x"]=>
    array(2) {
      ["name"]=>
      string(1) "x"
      ["type"]=>
      string(36) "http://www.w3.org/2001/XMLSchema:int"
    }
    ["y"]=>
    array(2) {
      ["name"]=>
      string(1) "y"
      ["type"]=>
      string(36) "http://www.w3.org/2001/XMLSchema:int"
    }
    ["width"]=>
    array(2) {
      ["name"]=>
      string(5) "width"
      ["type"]=>
      string(36) "http://www.w3.org/2001/XMLSchema:int"
    }
    ["height"]=>
    array(2) {
      ["name"]=>
      string(6) "height"
      ["type"]=>
      string(36) "http://www.w3.org/2001/XMLSchema:int"
    }
    ["signerName"]=>
    array(2) {
      ["name"]=>
      string(10) "signerName"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
    ["signatureTime"]=>
    array(2) {
      ["name"]=>
      string(13) "signatureTime"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
    ["reason"]=>
    array(2) {
      ["name"]=>
      string(6) "reason"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
    ["certificateStatus"]=>
    array(2) {
      ["name"]=>
      string(17) "certificateStatus"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
  }
  ["attrs"]=>
  array(0) {
  }
  ["arrayType"]=>
  string(0) ""
}
2026-03-07 22:44:51.482126 nusoap_xmlschema: <https://api.mdemail.md/> addComplexType ArrayOfSignatureInfoType:
array(8) {
  ["name"]=>
  string(24) "ArrayOfSignatureInfoType"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(5) "array"
  ["compositor"]=>
  string(0) ""
  ["restrictionBase"]=>
  string(47) "http://schemas.xmlsoap.org/soap/encoding/:Array"
  ["elements"]=>
  array(0) {
  }
  ["attrs"]=>
  array(1) {
    [0]=>
    array(2) {
      ["ref"]=>
      string(51) "http://schemas.xmlsoap.org/soap/encoding/:arrayType"
      ["http://schemas.xmlsoap.org/wsdl/:arrayType"]=>
      string(43) "https://api.mdemail.md/:SignatureInfoType[]"
    }
  }
  ["arrayType"]=>
  string(41) "https://api.mdemail.md/:SignatureInfoType"
}
2026-03-07 22:44:51.482150 nusoap_xmlschema: <https://api.mdemail.md/> addComplexType VerifyResponseType:
array(8) {
  ["name"]=>
  string(18) "VerifyResponseType"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["compositor"]=>
  string(3) "all"
  ["restrictionBase"]=>
  string(0) ""
  ["elements"]=>
  array(3) {
    ["code"]=>
    array(2) {
      ["name"]=>
      string(4) "code"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
    ["message"]=>
    array(2) {
      ["name"]=>
      string(7) "message"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
    ["signatureFields"]=>
    array(2) {
      ["name"]=>
      string(15) "signatureFields"
      ["type"]=>
      string(48) "https://api.mdemail.md/:ArrayOfSignatureInfoType"
    }
  }
  ["attrs"]=>
  array(0) {
  }
  ["arrayType"]=>
  string(0) ""
}
2026-03-07 22:44:51.482192 nusoap_xmlschema: <https://api.mdemail.md/> addComplexType GSImageType:
array(8) {
  ["name"]=>
  string(11) "GSImageType"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["compositor"]=>
  string(3) "all"
  ["restrictionBase"]=>
  string(0) ""
  ["elements"]=>
  array(5) {
    ["graphicImageName"]=>
    array(2) {
      ["name"]=>
      string(16) "graphicImageName"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
    ["width"]=>
    array(2) {
      ["name"]=>
      string(5) "width"
      ["type"]=>
      string(36) "http://www.w3.org/2001/XMLSchema:int"
    }
    ["height"]=>
    array(2) {
      ["name"]=>
      string(6) "height"
      ["type"]=>
      string(36) "http://www.w3.org/2001/XMLSchema:int"
    }
    ["graphicImageMimeType"]=>
    array(2) {
      ["name"]=>
      string(20) "graphicImageMimeType"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
    ["graphicImage"]=>
    array(2) {
      ["name"]=>
      string(12) "graphicImage"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
  }
  ["attrs"]=>
  array(0) {
  }
  ["arrayType"]=>
  string(0) ""
}
2026-03-07 22:44:51.482257 nusoap_xmlschema: <https://api.mdemail.md/> addComplexType ArrayOfGSImage:
array(8) {
  ["name"]=>
  string(14) "ArrayOfGSImage"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(5) "array"
  ["compositor"]=>
  string(0) ""
  ["restrictionBase"]=>
  string(47) "http://schemas.xmlsoap.org/soap/encoding/:Array"
  ["elements"]=>
  array(0) {
  }
  ["attrs"]=>
  array(1) {
    [0]=>
    array(2) {
      ["ref"]=>
      string(51) "http://schemas.xmlsoap.org/soap/encoding/:arrayType"
      ["http://schemas.xmlsoap.org/wsdl/:arrayType"]=>
      string(37) "https://api.mdemail.md/:GSImageType[]"
    }
  }
  ["arrayType"]=>
  string(35) "https://api.mdemail.md/:GSImageType"
}
2026-03-07 22:44:51.482272 nusoap_xmlschema: <https://api.mdemail.md/> addComplexType GSListRequestType:
array(8) {
  ["name"]=>
  string(17) "GSListRequestType"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["compositor"]=>
  string(3) "all"
  ["restrictionBase"]=>
  string(0) ""
  ["elements"]=>
  array(1) {
    ["accountInfo"]=>
    array(2) {
      ["name"]=>
      string(11) "accountInfo"
      ["type"]=>
      string(39) "https://api.mdemail.md/:AccountInfoType"
    }
  }
  ["attrs"]=>
  array(0) {
  }
  ["arrayType"]=>
  string(0) ""
}
2026-03-07 22:44:51.482286 nusoap_xmlschema: <https://api.mdemail.md/> addComplexType GSListResponseType:
array(8) {
  ["name"]=>
  string(18) "GSListResponseType"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["compositor"]=>
  string(3) "all"
  ["restrictionBase"]=>
  string(0) ""
  ["elements"]=>
  array(3) {
    ["code"]=>
    array(2) {
      ["name"]=>
      string(4) "code"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
    ["message"]=>
    array(2) {
      ["name"]=>
      string(7) "message"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
    ["gsImages"]=>
    array(2) {
      ["name"]=>
      string(8) "gsImages"
      ["type"]=>
      string(38) "https://api.mdemail.md/:ArrayOfGSImage"
    }
  }
  ["attrs"]=>
  array(0) {
  }
  ["arrayType"]=>
  string(0) ""
}
2026-03-07 22:44:51.482309 nusoap_xmlschema: <https://api.mdemail.md/> addComplexType GSAddRequestType:
array(8) {
  ["name"]=>
  string(16) "GSAddRequestType"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["compositor"]=>
  string(3) "all"
  ["restrictionBase"]=>
  string(0) ""
  ["elements"]=>
  array(2) {
    ["accountInfo"]=>
    array(2) {
      ["name"]=>
      string(11) "accountInfo"
      ["type"]=>
      string(39) "https://api.mdemail.md/:AccountInfoType"
    }
    ["gsImage"]=>
    array(2) {
      ["name"]=>
      string(7) "gsImage"
      ["type"]=>
      string(35) "https://api.mdemail.md/:GSImageType"
    }
  }
  ["attrs"]=>
  array(0) {
  }
  ["arrayType"]=>
  string(0) ""
}
2026-03-07 22:44:51.482328 nusoap_xmlschema: <https://api.mdemail.md/> addComplexType GSDeleteRequestType:
array(8) {
  ["name"]=>
  string(19) "GSDeleteRequestType"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["compositor"]=>
  string(3) "all"
  ["restrictionBase"]=>
  string(0) ""
  ["elements"]=>
  array(2) {
    ["accountInfo"]=>
    array(2) {
      ["name"]=>
      string(11) "accountInfo"
      ["type"]=>
      string(39) "https://api.mdemail.md/:AccountInfoType"
    }
    ["graphicImageName"]=>
    array(2) {
      ["name"]=>
      string(16) "graphicImageName"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
    }
  }
  ["attrs"]=>
  array(0) {
  }
  ["arrayType"]=>
  string(0) ""
}
2026-03-07 22:44:51.482521 nusoap_xmlschema: <https://api.mdemail.md/> in getTypeDef, found complexType SignRequestType
2026-03-07 22:44:51.482529 wsdl: in getTypeDef: found type SignRequestType
2026-03-07 22:44:51.482535 wsdl: in getTypeDef: type=SignResponseType, ns=https://api.mdemail.md/
2026-03-07 22:44:51.482537 wsdl: in getTypeDef: have schema for namespace https://api.mdemail.md/
2026-03-07 22:44:51.482540 nusoap_xmlschema: <https://api.mdemail.md/> in getTypeDef, found complexType SignResponseType
2026-03-07 22:44:51.482543 wsdl: in getTypeDef: found type SignResponseType
2026-03-07 22:44:51.482547 wsdl: in getTypeDef: type=VerifyRequestType, ns=https://api.mdemail.md/
2026-03-07 22:44:51.482549 wsdl: in getTypeDef: have schema for namespace https://api.mdemail.md/
2026-03-07 22:44:51.482551 nusoap_xmlschema: <https://api.mdemail.md/> in getTypeDef, found complexType VerifyRequestType
2026-03-07 22:44:51.482553 wsdl: in getTypeDef: found type VerifyRequestType
2026-03-07 22:44:51.482557 wsdl: in getTypeDef: type=VerifyResponseType, ns=https://api.mdemail.md/
2026-03-07 22:44:51.482559 wsdl: in getTypeDef: have schema for namespace https://api.mdemail.md/
2026-03-07 22:44:51.482561 nusoap_xmlschema: <https://api.mdemail.md/> in getTypeDef, found complexType VerifyResponseType
2026-03-07 22:44:51.482563 wsdl: in getTypeDef: found type VerifyResponseType
2026-03-07 22:44:51.482567 wsdl: in getTypeDef: type=GSListRequestType, ns=https://api.mdemail.md/
2026-03-07 22:44:51.482569 wsdl: in getTypeDef: have schema for namespace https://api.mdemail.md/
2026-03-07 22:44:51.482571 nusoap_xmlschema: <https://api.mdemail.md/> in getTypeDef, found complexType GSListRequestType
2026-03-07 22:44:51.482573 wsdl: in getTypeDef: found type GSListRequestType
2026-03-07 22:44:51.482576 wsdl: in getTypeDef: type=GSListResponseType, ns=https://api.mdemail.md/
2026-03-07 22:44:51.482578 wsdl: in getTypeDef: have schema for namespace https://api.mdemail.md/
2026-03-07 22:44:51.482581 nusoap_xmlschema: <https://api.mdemail.md/> in getTypeDef, found complexType GSListResponseType
2026-03-07 22:44:51.482583 wsdl: in getTypeDef: found type GSListResponseType
2026-03-07 22:44:51.482586 wsdl: in getTypeDef: type=GSAddRequestType, ns=https://api.mdemail.md/
2026-03-07 22:44:51.482588 wsdl: in getTypeDef: have schema for namespace https://api.mdemail.md/
2026-03-07 22:44:51.482590 nusoap_xmlschema: <https://api.mdemail.md/> in getTypeDef, found complexType GSAddRequestType
2026-03-07 22:44:51.482592 wsdl: in getTypeDef: found type GSAddRequestType
2026-03-07 22:44:51.482596 wsdl: in getTypeDef: type=Mesg, ns=https://api.mdemail.md/
2026-03-07 22:44:51.482598 wsdl: in getTypeDef: have schema for namespace https://api.mdemail.md/
2026-03-07 22:44:51.482600 nusoap_xmlschema: <https://api.mdemail.md/> in getTypeDef, found complexType Mesg
2026-03-07 22:44:51.482602 wsdl: in getTypeDef: found type Mesg
2026-03-07 22:44:51.482606 wsdl: in getTypeDef: type=GSDeleteRequestType, ns=https://api.mdemail.md/
2026-03-07 22:44:51.482608 wsdl: in getTypeDef: have schema for namespace https://api.mdemail.md/
2026-03-07 22:44:51.482610 nusoap_xmlschema: <https://api.mdemail.md/> in getTypeDef, found complexType GSDeleteRequestType
2026-03-07 22:44:51.482613 wsdl: in getTypeDef: found type GSDeleteRequestType
2026-03-07 22:44:51.482616 wsdl: in getTypeDef: type=Mesg, ns=https://api.mdemail.md/
2026-03-07 22:44:51.482618 wsdl: in getTypeDef: have schema for namespace https://api.mdemail.md/
2026-03-07 22:44:51.482620 nusoap_xmlschema: <https://api.mdemail.md/> in getTypeDef, found complexType Mesg
2026-03-07 22:44:51.482622 wsdl: in getTypeDef: found type Mesg
"
  ["charencoding"]=>
  bool(true)
  ["debugLevel"]=>
  int(9)
  ["XMLSchemaVersion"]=>
  string(32) "http://www.w3.org/2001/XMLSchema"
  ["soap_defencoding"]=>
  string(5) "UTF-8"
  ["namespaces"]=>
  array(7) {
    ["SOAP-ENV"]=>
    string(41) "http://schemas.xmlsoap.org/soap/envelope/"
    ["xsd"]=>
    string(32) "http://www.w3.org/2001/XMLSchema"
    ["xsi"]=>
    string(41) "http://www.w3.org/2001/XMLSchema-instance"
    ["SOAP-ENC"]=>
    string(41) "http://schemas.xmlsoap.org/soap/encoding/"
    ["tns"]=>
    string(23) "https://api.mdemail.md/"
    ["soap"]=>
    string(37) "http://schemas.xmlsoap.org/wsdl/soap/"
    ["wsdl"]=>
    string(32) "http://schemas.xmlsoap.org/wsdl/"
  }
  ["usedNamespaces"]=>
  array(1) {
    ["tns"]=>
    string(23) "https://api.mdemail.md/"
  }
  ["typemap"]=>
  array(6) {
    ["http://www.w3.org/2001/XMLSchema"]=>
    array(43) {
      ["string"]=>
      string(6) "string"
      ["boolean"]=>
      string(7) "boolean"
      ["float"]=>
      string(6) "double"
      ["double"]=>
      string(6) "double"
      ["decimal"]=>
      string(6) "double"
      ["duration"]=>
      string(0) ""
      ["dateTime"]=>
      string(6) "string"
      ["time"]=>
      string(6) "string"
      ["date"]=>
      string(6) "string"
      ["gYearMonth"]=>
      string(0) ""
      ["gYear"]=>
      string(0) ""
      ["gMonthDay"]=>
      string(0) ""
      ["gDay"]=>
      string(0) ""
      ["gMonth"]=>
      string(0) ""
      ["hexBinary"]=>
      string(6) "string"
      ["base64Binary"]=>
      string(6) "string"
      ["anyType"]=>
      string(6) "string"
      ["anySimpleType"]=>
      string(6) "string"
      ["normalizedString"]=>
      string(6) "string"
      ["token"]=>
      string(6) "string"
      ["language"]=>
      string(0) ""
      ["NMTOKEN"]=>
      string(0) ""
      ["NMTOKENS"]=>
      string(0) ""
      ["Name"]=>
      string(0) ""
      ["NCName"]=>
      string(0) ""
      ["ID"]=>
      string(0) ""
      ["IDREF"]=>
      string(0) ""
      ["IDREFS"]=>
      string(0) ""
      ["ENTITY"]=>
      string(0) ""
      ["ENTITIES"]=>
      string(0) ""
      ["integer"]=>
      string(7) "integer"
      ["nonPositiveInteger"]=>
      string(7) "integer"
      ["negativeInteger"]=>
      string(7) "integer"
      ["long"]=>
      string(7) "integer"
      ["int"]=>
      string(7) "integer"
      ["short"]=>
      string(7) "integer"
      ["byte"]=>
      string(7) "integer"
      ["nonNegativeInteger"]=>
      string(7) "integer"
      ["unsignedLong"]=>
      string(0) ""
      ["unsignedInt"]=>
      string(0) ""
      ["unsignedShort"]=>
      string(0) ""
      ["unsignedByte"]=>
      string(0) ""
      ["positiveInteger"]=>
      string(0) ""
    }
    ["http://www.w3.org/2000/10/XMLSchema"]=>
    array(11) {
      ["i4"]=>
      string(0) ""
      ["int"]=>
      string(7) "integer"
      ["boolean"]=>
      string(7) "boolean"
      ["string"]=>
      string(6) "string"
      ["double"]=>
      string(6) "double"
      ["float"]=>
      string(6) "double"
      ["dateTime"]=>
      string(6) "string"
      ["timeInstant"]=>
      string(6) "string"
      ["base64Binary"]=>
      string(6) "string"
      ["base64"]=>
      string(6) "string"
      ["ur-type"]=>
      string(5) "array"
    }
    ["http://www.w3.org/1999/XMLSchema"]=>
    array(11) {
      ["i4"]=>
      string(0) ""
      ["int"]=>
      string(7) "integer"
      ["boolean"]=>
      string(7) "boolean"
      ["string"]=>
      string(6) "string"
      ["double"]=>
      string(6) "double"
      ["float"]=>
      string(6) "double"
      ["dateTime"]=>
      string(6) "string"
      ["timeInstant"]=>
      string(6) "string"
      ["base64Binary"]=>
      string(6) "string"
      ["base64"]=>
      string(6) "string"
      ["ur-type"]=>
      string(5) "array"
    }
    ["http://soapinterop.org/xsd"]=>
    array(1) {
      ["SOAPStruct"]=>
      string(6) "struct"
    }
    ["http://schemas.xmlsoap.org/soap/encoding/"]=>
    array(3) {
      ["base64"]=>
      string(6) "string"
      ["array"]=>
      string(5) "array"
      ["Array"]=>
      string(5) "array"
    }
    ["http://xml.apache.org/xml-soap"]=>
    array(1) {
      [0]=>
      string(3) "Map"
    }
  }
  ["xmlEntities"]=>
  array(5) {
    ["quot"]=>
    string(1) """
    ["amp"]=>
    string(1) "&"
    ["lt"]=>
    string(1) "<"
    ["gt"]=>
    string(1) ">"
    ["apos"]=>
    string(1) "'"
  }
  ["string":"Exception":private]=>
  string(0) ""
  ["code":protected]=>
  int(0)
  ["file":protected]=>
  string(106) "/usr/local/contrib/app/website/r918d784dea908291edd42c356757d362e9665c42/+common/lib/php/nusoap/nusoap.php"
  ["line":protected]=>
  int(4557)
  ["trace":"Exception":private]=>
  array(1) {
    [0]=>
    array(6) {
      ["file"]=>
      string(120) "/usr/local/contrib/app/website/r918d784dea908291edd42c356757d362e9665c42/mdemail.md/api/htdocs/MdDigitalSignatureApi.php"
      ["line"]=>
      int(18)
      ["function"]=>
      string(13) "configureWSDL"
      ["class"]=>
      string(13) "nusoap_server"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(2) {
        [0]=>
        string(21) "MdDigitalSignatureApi"
        [1]=>
        string(23) "https://api.mdemail.md/"
      }
    }
  }
  ["previous":"Exception":private]=>
  NULL
  ["serviceName"]=>
  string(21) "MdDigitalSignatureApi"
  ["schemaTargetNamespace"]=>
  string(27) "http://soapinterop.org/xsd/"
}

-->


