Sample code for 30+ languages & platforms
Visual FoxPro

Create XAdES Facturae 3.2 Signed Invoice

See more XAdES Examples

Demonstrates how to create a factura electrónica XAdES digital signature for Gobierno de España

Chilkat Visual FoxPro Downloads

Visual FoxPro
LOCAL lnSuccess
LOCAL loXmlToSign
LOCAL loGen
LOCAL loObject1
LOCAL loCert
LOCAL loSbXml

lnSuccess = 0

* ---
* The following source code can be generated from sample XML using the XML Signature Code Generator at chilkat.io
* ---

* Create the XML to be signed...
loXmlToSign = CreateObject('Chilkat.Xml')
loXmlToSign.Tag = "fe:Facturae"
loXmlToSign.AddAttribute("xmlns:ds","http://www.w3.org/2000/09/xmldsig#")
loXmlToSign.AddAttribute("xmlns:fe","http://www.facturae.es/Facturae/2009/v3.2/Facturae")
loXmlToSign.UpdateChildContent("FileHeader|SchemaVersion","3.2")
loXmlToSign.UpdateChildContent("FileHeader|Modality","I")
loXmlToSign.UpdateChildContent("FileHeader|InvoiceIssuerType","EM")
loXmlToSign.UpdateChildContent("FileHeader|Batch|BatchIdentifier","0000000000B2Emit-")
loXmlToSign.UpdateChildContent("FileHeader|Batch|InvoicesCount","1")
loXmlToSign.UpdateChildContent("FileHeader|Batch|TotalInvoicesAmount|TotalAmount","63.13")
loXmlToSign.UpdateChildContent("FileHeader|Batch|TotalOutstandingAmount|TotalAmount","63.13")
loXmlToSign.UpdateChildContent("FileHeader|Batch|TotalExecutableAmount|TotalAmount","63.13")
loXmlToSign.UpdateChildContent("FileHeader|Batch|InvoiceCurrencyCode","EUR")
loXmlToSign.UpdateChildContent("Parties|SellerParty|TaxIdentification|PersonTypeCode","J")
loXmlToSign.UpdateChildContent("Parties|SellerParty|TaxIdentification|ResidenceTypeCode","R")
loXmlToSign.UpdateChildContent("Parties|SellerParty|TaxIdentification|TaxIdentificationNumber","A82735122")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|CorporateName","Company Comp SA")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|TradeName","Comp")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|RegistrationData|Book","1")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|RegistrationData|RegisterOfCompaniesLocation","12AP22")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|RegistrationData|Sheet","3")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|RegistrationData|Folio","15")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|RegistrationData|Section","2")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|RegistrationData|Volume","12")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|RegistrationData|AdditionalRegistrationData","Sin datos")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|AddressInSpain|Address","C/ Mayour 33 15 E")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|AddressInSpain|PostCode","28001")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|AddressInSpain|Town","Argamasilla de Alba")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|AddressInSpain|Province","Ciudad Real")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|AddressInSpain|CountryCode","ESP")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|ContactDetails|Telephone","917776665")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|ContactDetails|TeleFax","917776666")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|ContactDetails|WebAddress","www.facturae.es")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|ContactDetails|ElectronicMail","facturae@mityc.es")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|ContactDetails|ContactPersons","Fernando")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|ContactDetails|CnoCnae","28000")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|ContactDetails|INETownCode","2134AAB")
loXmlToSign.UpdateChildContent("Parties|SellerParty|LegalEntity|ContactDetails|AdditionalContactDetails","Otros datos")
loXmlToSign.UpdateChildContent("Parties|BuyerParty|TaxIdentification|PersonTypeCode","F")
loXmlToSign.UpdateChildContent("Parties|BuyerParty|TaxIdentification|ResidenceTypeCode","E")
loXmlToSign.UpdateChildContent("Parties|BuyerParty|TaxIdentification|TaxIdentificationNumber","0000000000B")
loXmlToSign.UpdateChildContent("Parties|BuyerParty|AdministrativeCentres|AdministrativeCentre|CentreCode","1")
loXmlToSign.UpdateChildContent("Parties|BuyerParty|AdministrativeCentres|AdministrativeCentre|RoleTypeCode","02")
loXmlToSign.UpdateChildContent("Parties|BuyerParty|AdministrativeCentres|AdministrativeCentre|Name","Ruth")
loXmlToSign.UpdateChildContent("Parties|BuyerParty|AdministrativeCentres|AdministrativeCentre|FirstSurname","Mauripo")
loXmlToSign.UpdateChildContent("Parties|BuyerParty|AdministrativeCentres|AdministrativeCentre|OverseasAddress|Address","Armenia 1922")
loXmlToSign.UpdateChildContent("Parties|BuyerParty|AdministrativeCentres|AdministrativeCentre|OverseasAddress|PostCodeAndTown","00000 Buenos Aires")
loXmlToSign.UpdateChildContent("Parties|BuyerParty|AdministrativeCentres|AdministrativeCentre|OverseasAddress|Province","Capital Federal")
loXmlToSign.UpdateChildContent("Parties|BuyerParty|AdministrativeCentres|AdministrativeCentre|OverseasAddress|CountryCode","ARG")
loXmlToSign.UpdateChildContent("Parties|BuyerParty|AdministrativeCentres|AdministrativeCentre|CentreDescription","Centro principal de recepcion")
loXmlToSign.UpdateChildContent("Parties|BuyerParty|Individual|Name","Juana")
loXmlToSign.UpdateChildContent("Parties|BuyerParty|Individual|FirstSurname","Mauripo")
loXmlToSign.UpdateChildContent("Parties|BuyerParty|Individual|OverseasAddress|Address","Juncal 1315")
loXmlToSign.UpdateChildContent("Parties|BuyerParty|Individual|OverseasAddress|PostCodeAndTown","00000 Buenos Aires")
loXmlToSign.UpdateChildContent("Parties|BuyerParty|Individual|OverseasAddress|Province","Capital Federal")
loXmlToSign.UpdateChildContent("Parties|BuyerParty|Individual|OverseasAddress|CountryCode","ARG")
loXmlToSign.UpdateChildContent("Parties|BuyerParty|Individual|ContactDetails|Telephone","00547775554")
loXmlToSign.UpdateChildContent("Parties|BuyerParty|Individual|ContactDetails|TeleFax","00547775555")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceHeader|InvoiceNumber","2")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceHeader|InvoiceSeriesCode","Emit-")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceHeader|InvoiceDocumentType","FC")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceHeader|InvoiceClass","OO")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceIssueData|IssueDate","2010-03-10")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceIssueData|OperationDate","2010-03-10")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceIssueData|PlaceOfIssue|PostCode","00000")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceIssueData|PlaceOfIssue|PlaceOfIssueDescription","Regalos")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceIssueData|InvoicingPeriod|StartDate","2010-03-09")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceIssueData|InvoicingPeriod|EndDate","2010-03-10")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceIssueData|InvoiceCurrencyCode","EUR")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceIssueData|TaxCurrencyCode","EUR")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceIssueData|LanguageName","es")
loXmlToSign.UpdateChildContent("Invoices|Invoice|TaxesOutputs|Tax|TaxTypeCode","01")
loXmlToSign.UpdateChildContent("Invoices|Invoice|TaxesOutputs|Tax|TaxRate","16.00")
loXmlToSign.UpdateChildContent("Invoices|Invoice|TaxesOutputs|Tax|TaxableBase|TotalAmount","26.00")
loXmlToSign.UpdateChildContent("Invoices|Invoice|TaxesOutputs|Tax|TaxAmount|TotalAmount","4.16")
loXmlToSign.UpdateChildContent("Invoices|Invoice|TaxesOutputs|Tax|EquivalenceSurcharge","1.00")
loXmlToSign.UpdateChildContent("Invoices|Invoice|TaxesOutputs|Tax|EquivalenceSurchargeAmount|TotalAmount","0.26")
loXmlToSign.UpdateChildContent("Invoices|Invoice|TaxesOutputs|Tax[1]|TaxTypeCode","01")
loXmlToSign.UpdateChildContent("Invoices|Invoice|TaxesOutputs|Tax[1]|TaxRate","0.00")
loXmlToSign.UpdateChildContent("Invoices|Invoice|TaxesOutputs|Tax[1]|TaxableBase|TotalAmount","0.00")
loXmlToSign.UpdateChildContent("Invoices|Invoice|TaxesWithheld|Tax|TaxTypeCode","05")
loXmlToSign.UpdateChildContent("Invoices|Invoice|TaxesWithheld|Tax|TaxRate","4.00")
loXmlToSign.UpdateChildContent("Invoices|Invoice|TaxesWithheld|Tax|TaxableBase|TotalAmount","26.00")
loXmlToSign.UpdateChildContent("Invoices|Invoice|TaxesWithheld|Tax|TaxAmount|TotalAmount","1.04")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceTotals|TotalGrossAmount","59.75")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceTotals|TotalGeneralDiscounts","0.00")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceTotals|TotalGeneralSurcharges","0.00")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceTotals|TotalGrossAmountBeforeTaxes","59.75")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceTotals|TotalTaxOutputs","4.42")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceTotals|TotalTaxesWithheld","1.04")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceTotals|InvoiceTotal","63.13")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceTotals|TotalOutstandingAmount","63.13")
loXmlToSign.UpdateChildContent("Invoices|Invoice|InvoiceTotals|TotalExecutableAmount","63.13")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|IssuerContractReference","A9938281")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|IssuerContractDate","2010-03-10")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|IssuerTransactionReference","A9938282")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|IssuerTransactionDate","2010-03-10")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|ReceiverContractReference","BBBH-38271")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|ReceiverContractDate","2010-03-10")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|ReceiverTransactionReference","BBBH-38272")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|ReceiverTransactionDate","2010-03-10")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|FileReference","000298172")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|FileDate","2010-03-10")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|SequenceNumber","1.0")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|DeliveryNotesReferences|DeliveryNote|DeliveryNoteNumber","132413842")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|DeliveryNotesReferences|DeliveryNote|DeliveryNoteDate","2010-03-10")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|DeliveryNotesReferences|DeliveryNote[1]|DeliveryNoteNumber","987673211")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|DeliveryNotesReferences|DeliveryNote[1]|DeliveryNoteDate","2010-03-09")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|ItemDescription","Flores")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|Quantity","1.0")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|UnitOfMeasure","01")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|UnitPriceWithoutTax","25.000000")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|TotalCost","25.000000")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|DiscountsAndRebates|Discount|DiscountReason","Descuento")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|DiscountsAndRebates|Discount|DiscountRate","5.0000")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|DiscountsAndRebates|Discount|DiscountAmount","1.250000")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|Charges|Charge|ChargeReason","Cargo")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|Charges|Charge|ChargeAmount","10.000000")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|GrossAmount","33.750000")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|TaxesOutputs|Tax|TaxTypeCode","01")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|TaxesOutputs|Tax|TaxRate","0.00")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|TaxesOutputs|Tax|TaxableBase|TotalAmount","0.00")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|TaxesOutputs|Tax|TaxAmount|TotalAmount","0.00")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|AdditionalLineItemInformation","Contacto en Neuquen: Paulita")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|SpecialTaxableEvent|SpecialTaxableEventCode","01")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|SpecialTaxableEvent|SpecialTaxableEventReason","Concepto exento por el motivo aqu definido")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine|ArticleCode","142")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|IssuerContractDate","2010-03-10")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|IssuerTransactionDate","2010-03-10")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|ReceiverContractDate","2010-03-10")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|ReceiverTransactionDate","2010-03-10")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|FileDate","2010-03-10")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|SequenceNumber","2.0")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|ItemDescription","Mate")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|Quantity","2.0")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|UnitOfMeasure","01")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|UnitPriceWithoutTax","13.000000")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|TotalCost","26.000000")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|GrossAmount","26.000000")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|TaxesWithheld|Tax|TaxTypeCode","05")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|TaxesWithheld|Tax|TaxRate","4.00")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|TaxesWithheld|Tax|TaxableBase|TotalAmount","26.00")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|TaxesWithheld|Tax|TaxAmount|TotalAmount","1.04")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|TaxesOutputs|Tax|TaxTypeCode","01")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|TaxesOutputs|Tax|TaxRate","16.00")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|TaxesOutputs|Tax|TaxableBase|TotalAmount","26.00")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|TaxesOutputs|Tax|TaxAmount|TotalAmount","4.16")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|TaxesOutputs|Tax|EquivalenceSurcharge","1.00")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|TaxesOutputs|Tax|EquivalenceSurchargeAmount|TotalAmount","0.26")
loXmlToSign.UpdateChildContent("Invoices|Invoice|Items|InvoiceLine[1]|ArticleCode","122")
loXmlToSign.UpdateChildContent("Invoices|Invoice|PaymentDetails|Installment|InstallmentDueDate","2010-03-10")
loXmlToSign.UpdateChildContent("Invoices|Invoice|PaymentDetails|Installment|InstallmentAmount","25.00")
loXmlToSign.UpdateChildContent("Invoices|Invoice|PaymentDetails|Installment|PaymentMeans","19")
loXmlToSign.UpdateChildContent("Invoices|Invoice|PaymentDetails|Installment|AccountToBeCredited|IBAN","4322 3432 22 1341234212")
loXmlToSign.UpdateChildContent("Invoices|Invoice|PaymentDetails|Installment|AccountToBeCredited|BankCode","4322")
loXmlToSign.UpdateChildContent("Invoices|Invoice|PaymentDetails|Installment|AccountToBeCredited|BranchCode","3432")
loXmlToSign.UpdateChildContent("Invoices|Invoice|PaymentDetails|Installment|AccountToBeCredited|OverseasBranchAddress|Address","Juncal 1423 8 Z")
loXmlToSign.UpdateChildContent("Invoices|Invoice|PaymentDetails|Installment|AccountToBeCredited|OverseasBranchAddress|PostCodeAndTown","01115 Capital Federal")
loXmlToSign.UpdateChildContent("Invoices|Invoice|PaymentDetails|Installment|AccountToBeCredited|OverseasBranchAddress|Province","Buenos Aires")
loXmlToSign.UpdateChildContent("Invoices|Invoice|PaymentDetails|Installment|AccountToBeCredited|OverseasBranchAddress|CountryCode","ARG")
loXmlToSign.UpdateChildContent("Invoices|Invoice|PaymentDetails|Installment|PaymentReconciliationReference","12223")
loXmlToSign.UpdateChildContent("Invoices|Invoice|PaymentDetails|Installment|AccountToBeDebited|IBAN","1234 4312 22 33212341212314")
loXmlToSign.UpdateChildContent("Invoices|Invoice|PaymentDetails|Installment|AccountToBeDebited|BankCode","1234")
loXmlToSign.UpdateChildContent("Invoices|Invoice|PaymentDetails|Installment|AccountToBeDebited|BranchCode","4312")
loXmlToSign.UpdateChildContent("Invoices|Invoice|PaymentDetails|Installment|DebitReconciliationReference","12223")

loGen = CreateObject('Chilkat.XmlDSigGen')
lnSuccess = 1

loGen.SigLocation = "fe:Facturae"
loGen.SigLocationMod = 0
loGen.SigId = "Signature869123"
loGen.AddSignatureNamespace("etsi","http://uri.etsi.org/01903/v1.3.2#")
loGen.SigNamespacePrefix = "ds"
loGen.SigNamespaceUri = "http://www.w3.org/2000/09/xmldsig#"
loGen.SignedInfoId = "Signature-SignedInfo241096"
loGen.SignedInfoCanonAlg = "EXCL_C14N"
loGen.SignedInfoDigestMethod = "sha256"

* Create an Object to be added to the Signature.
loObject1 = CreateObject('Chilkat.Xml')
loObject1.Tag = "xades:QualifyingProperties"
loObject1.AddAttribute("xmlns:xades","http://uri.etsi.org/01903/v1.3.2#")
* The Id can be any unique string..
loObject1.AddAttribute("Id","QualifyingProperties-e01a8fee-1bee-4ff5-9570-3d57aa02f278")
loObject1.AddAttribute("Target","#Signature869123")
loObject1.UpdateAttrAt("xades:SignedProperties",1,"Id","Signature869123-SignedProperties787205")
loObject1.UpdateChildContent("xades:SignedProperties|xades:SignedSignatureProperties|xades:SigningTime","TO BE GENERATED BY CHILKAT")
* Note: It may be that http://www.w3.org/2001/04/xmlenc#sha256 is needed in the following line instead of http://www.w3.org/2000/09/xmldsig#sha1
loObject1.UpdateAttrAt("xades:SignedProperties|xades:SignedSignatureProperties|xades:SigningCertificateV2|xades:Cert|xades:CertDigest|ds:DigestMethod",1,"Algorithm","http://www.w3.org/2000/09/xmldsig#sha1")
loObject1.UpdateChildContent("xades:SignedProperties|xades:SignedSignatureProperties|xades:SigningCertificateV2|xades:Cert|xades:CertDigest|ds:DigestValue","TO BE GENERATED BY CHILKAT")
loObject1.UpdateChildContent("xades:SignedProperties|xades:SignedSignatureProperties|xades:SigningCertificateV2|xades:Cert|xades:IssuerSerialV2","TO BE GENERATED BY CHILKAT")
loObject1.UpdateChildContent("xades:SignedProperties|xades:SignedSignatureProperties|xades:SignaturePolicyIdentifier|xades:SignaturePolicyId|xades:SigPolicyId|xades:Identifier","http://www.facturae.es/politica_de_firma_formato_facturae/politica_de_firma_formato_facturae_v3_1.pdf")
loObject1.UpdateChildContent("xades:SignedProperties|xades:SignedSignatureProperties|xades:SignaturePolicyIdentifier|xades:SignaturePolicyId|xades:SigPolicyId|xades:Description","Polótica de Firma FacturaE v3.1")
loObject1.UpdateAttrAt("xades:SignedProperties|xades:SignedSignatureProperties|xades:SignaturePolicyIdentifier|xades:SignaturePolicyId|xades:SigPolicyHash|ds:DigestMethod",1,"Algorithm","http://www.w3.org/2000/09/xmldsig#sha1")
loObject1.UpdateChildContent("xades:SignedProperties|xades:SignedSignatureProperties|xades:SignaturePolicyIdentifier|xades:SignaturePolicyId|xades:SigPolicyHash|ds:DigestValue","Ohixl6upD6av8N7pEvDABhEL6hM=")
loObject1.UpdateChildContent("xades:SignedProperties|xades:SignedSignatureProperties|xades:SignerRole|xades:ClaimedRoles|xades:ClaimedRole","emisor")
loObject1.UpdateAttrAt("xades:SignedProperties|xades:SignedDataObjectProperties|xades:DataObjectFormat",1,"ObjectReference","#Reference-ID-670821")
loObject1.UpdateChildContent("xades:SignedProperties|xades:SignedDataObjectProperties|xades:DataObjectFormat|xades:Description","Factura electrónica")
loObject1.UpdateChildContent("xades:SignedProperties|xades:SignedDataObjectProperties|xades:DataObjectFormat|xades:MimeType","text/xml")

loGen.AddObject("Signature869123-Object629337",loObject1.GetXml(),"","")

loGen.AddObjectRef("Signature869123-SignedProperties787205","sha1","","","http://uri.etsi.org/01903#SignedProperties")
loGen.SetRefIdAttr("Signature869123-SignedProperties787205","SignedPropertiesID459347")

loGen.KeyInfoId = "Certificate1570061"
loGen.AddSameDocRef("Certificate1570061","sha1","","","")

loGen.AddSameDocRef("","sha1","","","")
loGen.SetRefIdAttr("","Reference-ID-670821")

* Provide a certificate + private key. (PFX password is test123)
loCert = CreateObject('Chilkat.Cert')
lnSuccess = loCert.LoadPfxFile("qa_data/pfx/cert_test123.pfx","test123")
IF (lnSuccess = 0) THEN
    ? loCert.LastErrorText
    RELEASE loXmlToSign
    RELEASE loGen
    RELEASE loObject1
    RELEASE loCert
    CANCEL
ENDIF

loGen.SetX509Cert(loCert,1)
loGen.KeyInfoType = "X509Data+KeyValue"
loGen.X509Type = "Certificate"

* Load XML to be signed...
loSbXml = CreateObject('Chilkat.StringBuilder')
loXmlToSign.GetXmlSb(loSbXml)

loGen.Behaviors = "CompactSignedXml"

* Sign the XML...
lnSuccess = loGen.CreateXmlDSigSb(loSbXml)
IF (lnSuccess = 0) THEN
    ? loGen.LastErrorText
    RELEASE loXmlToSign
    RELEASE loGen
    RELEASE loObject1
    RELEASE loCert
    RELEASE loSbXml
    CANCEL
ENDIF

* Save the signed XMl to a file.
lnSuccess = loSbXml.WriteFile("qa_output/signedXml.xml","utf-8",0)

? loSbXml.GetAsString()

RELEASE loXmlToSign
RELEASE loGen
RELEASE loObject1
RELEASE loCert
RELEASE loSbXml