GWSDocConv


Click here for a complete list of operations.

GetCertificates

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /GWSDocConv.asmx HTTP/1.1
Host: gwadks01.azurewebsites.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetCertificates"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetCertificates xmlns="http://tempuri.org/">
      <request>
        <User xmlns="http://tempuri.org">string</User>
        <RemSigPersonId xmlns="http://tempuri.org">string</RemSigPersonId>
        <CscUserId xmlns="http://tempuri.org">string</CscUserId>
        <SofaUserId xmlns="http://tempuri.org">string</SofaUserId>
        <AuthToken xmlns="http://tempuri.org">string</AuthToken>
        <OrganizationId xmlns="http://tempuri.org">string</OrganizationId>
        <SecuSignConfiguration xmlns="http://tempuri.org">
          <License>string</License>
          <Id>string</Id>
          <LicenseFilePath>string</LicenseFilePath>
          <LicenseFileName>string</LicenseFileName>
          <LicenseFile>base64Binary</LicenseFile>
          <LicenseFileSecretKey>string</LicenseFileSecretKey>
          <InstallDirectory>string</InstallDirectory>
          <IsTestEnvironment>boolean</IsTestEnvironment>
          <TrustUserId>boolean</TrustUserId>
          <SealEnabled>boolean</SealEnabled>
          <AllowSealWithoutClientUserId>boolean</AllowSealWithoutClientUserId>
          <ListSealSeparately>boolean</ListSealSeparately>
          <SealUser>string</SealUser>
          <SignVerifyUser>string</SignVerifyUser>
          <LogPath>string</LogPath>
          <LicenseFilePassword>
            <IsNull>boolean</IsNull>
          </LicenseFilePassword>
        </SecuSignConfiguration>
      </request>
    </GetCertificates>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetCertificatesResponse xmlns="http://tempuri.org/">
      <GetCertificatesResult>
        <Certificates>
          <GCertificateInfoDTO>
            <ExtendedKeyUsage>None or ClientAuthentication or CodeSigning or Custom or EmailProtection or ServerAuthentication or TimeStamping</ExtendedKeyUsage>
            <CertificatePolices xsi:nil="true" />
            <Version>int</Version>
            <SignatureAlgorithm>string</SignatureAlgorithm>
            <CountryCode>string</CountryCode>
            <Organization>string</Organization>
            <OrganizationUnit>string</OrganizationUnit>
            <Locality>string</Locality>
            <OCSPAddresses xsi:nil="true" />
            <CRLAddresses xsi:nil="true" />
            <DnsName>string</DnsName>
            <IssuerDnsName>string</IssuerDnsName>
            <SubjectSimpleName>string</SubjectSimpleName>
            <Email>string</Email>
            <EtsiQctEseal>boolean</EtsiQctEseal>
            <HasPrivateKey>boolean</HasPrivateKey>
            <IssuerLocality>string</IssuerLocality>
            <IssuerOrganization>string</IssuerOrganization>
            <IssuerEmail>string</IssuerEmail>
            <IssuerCountryCode>string</IssuerCountryCode>
            <IssuerOrganizationUnit>string</IssuerOrganizationUnit>
            <HasQualifiedCertificateFlag>boolean</HasQualifiedCertificateFlag>
            <HasQualifiedDeviceFlag>boolean</HasQualifiedDeviceFlag>
            <NeedsToEnterPassword>boolean</NeedsToEnterPassword>
            <NeedsToWaitForConfirmation>boolean</NeedsToWaitForConfirmation>
            <SelfSigned>boolean</SelfSigned>
            <IcaRemoteSeal>boolean</IcaRemoteSeal>
            <IcaRestEsel>boolean</IcaRestEsel>
            <IsCesypSeal>boolean</IsCesypSeal>
            <IsRemsigSeal>boolean</IsRemsigSeal>
            <IsRemsigPersonal>boolean</IsRemsigPersonal>
            <IsSecuSignSeal>boolean</IsSecuSignSeal>
            <IsSecuSignPersonal>boolean</IsSecuSignPersonal>
            <IsCsc>boolean</IsCsc>
            <IsInTsl>boolean</IsInTsl>
            <SgnWebServiceType>Gts01 or Ica_RemoteSeal or Monet_RemoteSeal or GSignerWcfService or DKS or S602_SecuSign or Cesyp or Ica_RemoteSeal_v2 or UPVS or RemSig or S602_SecuSign_NET or Obelisk or CSC</SgnWebServiceType>
            <DistributedSignatureAllowed>boolean</DistributedSignatureAllowed>
            <TslTrustedFrom>dateTime</TslTrustedFrom>
            <TslTrustedTo>dateTime</TslTrustedTo>
            <TslCurrentStatus>string</TslCurrentStatus>
            <TslServiceType>string</TslServiceType>
            <Id602>string</Id602>
            <CscCredentialId>string</CscCredentialId>
            <RemSigPersonId>string</RemSigPersonId>
            <RemSigCertificateIndex>int</RemSigCertificateIndex>
            <RemsigOrganization>string</RemsigOrganization>
            <SubjectKeyIdentifier>string</SubjectKeyIdentifier>
            <IssuerSerialNumber>string</IssuerSerialNumber>
            <Thumbprint>string</Thumbprint>
            <SerialNumber>string</SerialNumber>
            <AuthorityKeyID>string</AuthorityKeyID>
            <RawData>base64Binary</RawData>
            <Subject>string</Subject>
            <ValidFrom>dateTime</ValidFrom>
            <ValidTo>dateTime</ValidTo>
            <RevokedFrom>dateTime</RevokedFrom>
            <RevocationReason>string</RevocationReason>
            <Signing>boolean</Signing>
            <CanSign>boolean</CanSign>
            <Issuer>string</Issuer>
            <IssuerCertificateUrl>string</IssuerCertificateUrl>
          </GCertificateInfoDTO>
          <GCertificateInfoDTO>
            <ExtendedKeyUsage>None or ClientAuthentication or CodeSigning or Custom or EmailProtection or ServerAuthentication or TimeStamping</ExtendedKeyUsage>
            <CertificatePolices xsi:nil="true" />
            <Version>int</Version>
            <SignatureAlgorithm>string</SignatureAlgorithm>
            <CountryCode>string</CountryCode>
            <Organization>string</Organization>
            <OrganizationUnit>string</OrganizationUnit>
            <Locality>string</Locality>
            <OCSPAddresses xsi:nil="true" />
            <CRLAddresses xsi:nil="true" />
            <DnsName>string</DnsName>
            <IssuerDnsName>string</IssuerDnsName>
            <SubjectSimpleName>string</SubjectSimpleName>
            <Email>string</Email>
            <EtsiQctEseal>boolean</EtsiQctEseal>
            <HasPrivateKey>boolean</HasPrivateKey>
            <IssuerLocality>string</IssuerLocality>
            <IssuerOrganization>string</IssuerOrganization>
            <IssuerEmail>string</IssuerEmail>
            <IssuerCountryCode>string</IssuerCountryCode>
            <IssuerOrganizationUnit>string</IssuerOrganizationUnit>
            <HasQualifiedCertificateFlag>boolean</HasQualifiedCertificateFlag>
            <HasQualifiedDeviceFlag>boolean</HasQualifiedDeviceFlag>
            <NeedsToEnterPassword>boolean</NeedsToEnterPassword>
            <NeedsToWaitForConfirmation>boolean</NeedsToWaitForConfirmation>
            <SelfSigned>boolean</SelfSigned>
            <IcaRemoteSeal>boolean</IcaRemoteSeal>
            <IcaRestEsel>boolean</IcaRestEsel>
            <IsCesypSeal>boolean</IsCesypSeal>
            <IsRemsigSeal>boolean</IsRemsigSeal>
            <IsRemsigPersonal>boolean</IsRemsigPersonal>
            <IsSecuSignSeal>boolean</IsSecuSignSeal>
            <IsSecuSignPersonal>boolean</IsSecuSignPersonal>
            <IsCsc>boolean</IsCsc>
            <IsInTsl>boolean</IsInTsl>
            <SgnWebServiceType>Gts01 or Ica_RemoteSeal or Monet_RemoteSeal or GSignerWcfService or DKS or S602_SecuSign or Cesyp or Ica_RemoteSeal_v2 or UPVS or RemSig or S602_SecuSign_NET or Obelisk or CSC</SgnWebServiceType>
            <DistributedSignatureAllowed>boolean</DistributedSignatureAllowed>
            <TslTrustedFrom>dateTime</TslTrustedFrom>
            <TslTrustedTo>dateTime</TslTrustedTo>
            <TslCurrentStatus>string</TslCurrentStatus>
            <TslServiceType>string</TslServiceType>
            <Id602>string</Id602>
            <CscCredentialId>string</CscCredentialId>
            <RemSigPersonId>string</RemSigPersonId>
            <RemSigCertificateIndex>int</RemSigCertificateIndex>
            <RemsigOrganization>string</RemsigOrganization>
            <SubjectKeyIdentifier>string</SubjectKeyIdentifier>
            <IssuerSerialNumber>string</IssuerSerialNumber>
            <Thumbprint>string</Thumbprint>
            <SerialNumber>string</SerialNumber>
            <AuthorityKeyID>string</AuthorityKeyID>
            <RawData>base64Binary</RawData>
            <Subject>string</Subject>
            <ValidFrom>dateTime</ValidFrom>
            <ValidTo>dateTime</ValidTo>
            <RevokedFrom>dateTime</RevokedFrom>
            <RevocationReason>string</RevocationReason>
            <Signing>boolean</Signing>
            <CanSign>boolean</CanSign>
            <Issuer>string</Issuer>
            <IssuerCertificateUrl>string</IssuerCertificateUrl>
          </GCertificateInfoDTO>
        </Certificates>
      </GetCertificatesResult>
    </GetCertificatesResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /GWSDocConv.asmx HTTP/1.1
Host: gwadks01.azurewebsites.net
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetCertificates xmlns="http://tempuri.org/">
      <request>
        <User xmlns="http://tempuri.org">string</User>
        <RemSigPersonId xmlns="http://tempuri.org">string</RemSigPersonId>
        <CscUserId xmlns="http://tempuri.org">string</CscUserId>
        <SofaUserId xmlns="http://tempuri.org">string</SofaUserId>
        <AuthToken xmlns="http://tempuri.org">string</AuthToken>
        <OrganizationId xmlns="http://tempuri.org">string</OrganizationId>
        <SecuSignConfiguration xmlns="http://tempuri.org">
          <License>string</License>
          <Id>string</Id>
          <LicenseFilePath>string</LicenseFilePath>
          <LicenseFileName>string</LicenseFileName>
          <LicenseFile>base64Binary</LicenseFile>
          <LicenseFileSecretKey>string</LicenseFileSecretKey>
          <InstallDirectory>string</InstallDirectory>
          <IsTestEnvironment>boolean</IsTestEnvironment>
          <TrustUserId>boolean</TrustUserId>
          <SealEnabled>boolean</SealEnabled>
          <AllowSealWithoutClientUserId>boolean</AllowSealWithoutClientUserId>
          <ListSealSeparately>boolean</ListSealSeparately>
          <SealUser>string</SealUser>
          <SignVerifyUser>string</SignVerifyUser>
          <LogPath>string</LogPath>
          <LicenseFilePassword>
            <IsNull>boolean</IsNull>
          </LicenseFilePassword>
        </SecuSignConfiguration>
      </request>
    </GetCertificates>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetCertificatesResponse xmlns="http://tempuri.org/">
      <GetCertificatesResult>
        <Certificates>
          <GCertificateInfoDTO>
            <ExtendedKeyUsage>None or ClientAuthentication or CodeSigning or Custom or EmailProtection or ServerAuthentication or TimeStamping</ExtendedKeyUsage>
            <CertificatePolices xsi:nil="true" />
            <Version>int</Version>
            <SignatureAlgorithm>string</SignatureAlgorithm>
            <CountryCode>string</CountryCode>
            <Organization>string</Organization>
            <OrganizationUnit>string</OrganizationUnit>
            <Locality>string</Locality>
            <OCSPAddresses xsi:nil="true" />
            <CRLAddresses xsi:nil="true" />
            <DnsName>string</DnsName>
            <IssuerDnsName>string</IssuerDnsName>
            <SubjectSimpleName>string</SubjectSimpleName>
            <Email>string</Email>
            <EtsiQctEseal>boolean</EtsiQctEseal>
            <HasPrivateKey>boolean</HasPrivateKey>
            <IssuerLocality>string</IssuerLocality>
            <IssuerOrganization>string</IssuerOrganization>
            <IssuerEmail>string</IssuerEmail>
            <IssuerCountryCode>string</IssuerCountryCode>
            <IssuerOrganizationUnit>string</IssuerOrganizationUnit>
            <HasQualifiedCertificateFlag>boolean</HasQualifiedCertificateFlag>
            <HasQualifiedDeviceFlag>boolean</HasQualifiedDeviceFlag>
            <NeedsToEnterPassword>boolean</NeedsToEnterPassword>
            <NeedsToWaitForConfirmation>boolean</NeedsToWaitForConfirmation>
            <SelfSigned>boolean</SelfSigned>
            <IcaRemoteSeal>boolean</IcaRemoteSeal>
            <IcaRestEsel>boolean</IcaRestEsel>
            <IsCesypSeal>boolean</IsCesypSeal>
            <IsRemsigSeal>boolean</IsRemsigSeal>
            <IsRemsigPersonal>boolean</IsRemsigPersonal>
            <IsSecuSignSeal>boolean</IsSecuSignSeal>
            <IsSecuSignPersonal>boolean</IsSecuSignPersonal>
            <IsCsc>boolean</IsCsc>
            <IsInTsl>boolean</IsInTsl>
            <SgnWebServiceType>Gts01 or Ica_RemoteSeal or Monet_RemoteSeal or GSignerWcfService or DKS or S602_SecuSign or Cesyp or Ica_RemoteSeal_v2 or UPVS or RemSig or S602_SecuSign_NET or Obelisk or CSC</SgnWebServiceType>
            <DistributedSignatureAllowed>boolean</DistributedSignatureAllowed>
            <TslTrustedFrom>dateTime</TslTrustedFrom>
            <TslTrustedTo>dateTime</TslTrustedTo>
            <TslCurrentStatus>string</TslCurrentStatus>
            <TslServiceType>string</TslServiceType>
            <Id602>string</Id602>
            <CscCredentialId>string</CscCredentialId>
            <RemSigPersonId>string</RemSigPersonId>
            <RemSigCertificateIndex>int</RemSigCertificateIndex>
            <RemsigOrganization>string</RemsigOrganization>
            <SubjectKeyIdentifier>string</SubjectKeyIdentifier>
            <IssuerSerialNumber>string</IssuerSerialNumber>
            <Thumbprint>string</Thumbprint>
            <SerialNumber>string</SerialNumber>
            <AuthorityKeyID>string</AuthorityKeyID>
            <RawData>base64Binary</RawData>
            <Subject>string</Subject>
            <ValidFrom>dateTime</ValidFrom>
            <ValidTo>dateTime</ValidTo>
            <RevokedFrom>dateTime</RevokedFrom>
            <RevocationReason>string</RevocationReason>
            <Signing>boolean</Signing>
            <CanSign>boolean</CanSign>
            <Issuer>string</Issuer>
            <IssuerCertificateUrl>string</IssuerCertificateUrl>
          </GCertificateInfoDTO>
          <GCertificateInfoDTO>
            <ExtendedKeyUsage>None or ClientAuthentication or CodeSigning or Custom or EmailProtection or ServerAuthentication or TimeStamping</ExtendedKeyUsage>
            <CertificatePolices xsi:nil="true" />
            <Version>int</Version>
            <SignatureAlgorithm>string</SignatureAlgorithm>
            <CountryCode>string</CountryCode>
            <Organization>string</Organization>
            <OrganizationUnit>string</OrganizationUnit>
            <Locality>string</Locality>
            <OCSPAddresses xsi:nil="true" />
            <CRLAddresses xsi:nil="true" />
            <DnsName>string</DnsName>
            <IssuerDnsName>string</IssuerDnsName>
            <SubjectSimpleName>string</SubjectSimpleName>
            <Email>string</Email>
            <EtsiQctEseal>boolean</EtsiQctEseal>
            <HasPrivateKey>boolean</HasPrivateKey>
            <IssuerLocality>string</IssuerLocality>
            <IssuerOrganization>string</IssuerOrganization>
            <IssuerEmail>string</IssuerEmail>
            <IssuerCountryCode>string</IssuerCountryCode>
            <IssuerOrganizationUnit>string</IssuerOrganizationUnit>
            <HasQualifiedCertificateFlag>boolean</HasQualifiedCertificateFlag>
            <HasQualifiedDeviceFlag>boolean</HasQualifiedDeviceFlag>
            <NeedsToEnterPassword>boolean</NeedsToEnterPassword>
            <NeedsToWaitForConfirmation>boolean</NeedsToWaitForConfirmation>
            <SelfSigned>boolean</SelfSigned>
            <IcaRemoteSeal>boolean</IcaRemoteSeal>
            <IcaRestEsel>boolean</IcaRestEsel>
            <IsCesypSeal>boolean</IsCesypSeal>
            <IsRemsigSeal>boolean</IsRemsigSeal>
            <IsRemsigPersonal>boolean</IsRemsigPersonal>
            <IsSecuSignSeal>boolean</IsSecuSignSeal>
            <IsSecuSignPersonal>boolean</IsSecuSignPersonal>
            <IsCsc>boolean</IsCsc>
            <IsInTsl>boolean</IsInTsl>
            <SgnWebServiceType>Gts01 or Ica_RemoteSeal or Monet_RemoteSeal or GSignerWcfService or DKS or S602_SecuSign or Cesyp or Ica_RemoteSeal_v2 or UPVS or RemSig or S602_SecuSign_NET or Obelisk or CSC</SgnWebServiceType>
            <DistributedSignatureAllowed>boolean</DistributedSignatureAllowed>
            <TslTrustedFrom>dateTime</TslTrustedFrom>
            <TslTrustedTo>dateTime</TslTrustedTo>
            <TslCurrentStatus>string</TslCurrentStatus>
            <TslServiceType>string</TslServiceType>
            <Id602>string</Id602>
            <CscCredentialId>string</CscCredentialId>
            <RemSigPersonId>string</RemSigPersonId>
            <RemSigCertificateIndex>int</RemSigCertificateIndex>
            <RemsigOrganization>string</RemsigOrganization>
            <SubjectKeyIdentifier>string</SubjectKeyIdentifier>
            <IssuerSerialNumber>string</IssuerSerialNumber>
            <Thumbprint>string</Thumbprint>
            <SerialNumber>string</SerialNumber>
            <AuthorityKeyID>string</AuthorityKeyID>
            <RawData>base64Binary</RawData>
            <Subject>string</Subject>
            <ValidFrom>dateTime</ValidFrom>
            <ValidTo>dateTime</ValidTo>
            <RevokedFrom>dateTime</RevokedFrom>
            <RevocationReason>string</RevocationReason>
            <Signing>boolean</Signing>
            <CanSign>boolean</CanSign>
            <Issuer>string</Issuer>
            <IssuerCertificateUrl>string</IssuerCertificateUrl>
          </GCertificateInfoDTO>
        </Certificates>
      </GetCertificatesResult>
    </GetCertificatesResponse>
  </soap12:Body>
</soap12:Envelope>