Вы находитесь на странице: 1из 10

xDoc Web Service

Mtodo ConvertSignDocument

Mtodo: ConvertSignDocument

Este servicio Web utiliza http://tempuri.org/ como espacio de nombres predeterminado.


Recomendacin: cambiar el espacio de nombres predeterminado antes de hacer pblico el servicio
Web XML.
Cada servicio Web XML necesita un espacio de nombres nico para que las aplicaciones de cliente puedan
distinguir este servicio de otros servicios del Web. http://tempuri.org/ est disponible para servicios Web XML
que estn en desarrollo, pero los servicios Web XML publicados deberan utilizar un espacio de nombres ms
permanente.
Debe identificar su servicio Web XML con un espacio de nombres que controle. Por ejemplo, puede utilizar el
nombre de dominio de Internet de su compaa como parte del espacio de nombres. aunque muchos espacios
de nombres de servicios Web XML parecen direcciones URL, stos no pueden sealar a recursos reales en el
Web. (Los espacios de nombres de los servicios Web XML son los URI.)
En los servicios Web XML que se crean con ASP.NET, se puede cambiar el espacio de nombres predeterminado
utilizando la propiedad Namespace del atributo WebService. Este atributo es un atributo aplicado a la clase que
contiene los mtodos del servicio Web XML. A continuacin se muestra un ejemplo de cdigo que establece el
espacio de nombres en "http://microsoft.com/webservices/":
C#
[WebService(Namespace="http://microsoft.com/webservices/")]
public class MyWebService {
// implementacin
}

Visual Basic
<WebService(Namespace:="http://microsoft.com/webservices/")> Public Class MyWebService
' implementacin
End Class

C++
[WebService(Namespace="http://microsoft.com/webservices/")]
public ref class MyWebService {
// implementacin
};

Para obtener ms detalles acerca de espacios de nombres XML, vea la sugerencia W3C en Espacio de
nombres en XML.
Para obtener ms detalles acerca de WSDL, vea Especificacin WSDL.
Para obtener ms detalles sobre los URI, vea RFC 2396.

Parmetros del mtodo ConverSignDocument


Area: Nombre del area en Signature (Ej; POLLOCAMPERO).
Password; Contrasea de rea definida por EDX Signature.
DocumentType; FACE (Factura Electrnica).
DocumentContent; Mensaje en el siguiente formato (ver SpoolGT.xDoc.txt)

SOAP 1.1

A continuacin se muestra un ejemplo de solicitud y respuesta para SOAP 1.1. Es necesario reemplazar
los marcadores de posicin que aparecen con valores reales.
POST /Signature.xDoc.Web.Services/Core.asmx HTTP/1.1
Host: localhost
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/ConvertSignDocument"
<?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>
<ConvertSignDocument xmlns="http://tempuri.org/">
<Area>string</Area>
<Password>string</Password>
<DocumentType>string</DocumentType>
<DocumentContent>string</DocumentContent>
</ConvertSignDocument>
</soap:Body>
</soap:Envelope>

TTP/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>
<ConvertSignDocumentResponse xmlns="http://tempuri.org/">
<ConvertSignDocumentResult>string</ConvertSignDocumentResult>
</ConvertSignDocumentResponse>
</soap:Body>
</soap:Envelope>

SOAP 1.2
A continuacin se muestra un ejemplo de solicitud y respuesta para SOAP 1.2. Es necesario reemplazar
los marcadores de posicin que aparecen con valores reales.
POST /Signature.xDoc.Web.Services/Core.asmx HTTP/1.1
Host: localhost
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/soapenvelope">
<soap12:Body>
<ConvertSignDocument xmlns="http://tempuri.org/">
<Area>string</Area>
<Password>string</Password>
<DocumentType>string</DocumentType>
<DocumentContent>string</DocumentContent>
</ConvertSignDocument>
</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/soapenvelope">
<soap12:Body>
<ConvertSignDocumentResponse xmlns="http://tempuri.org/">
<ConvertSignDocumentResult>string</ConvertSignDocumentResult>
</ConvertSignDocumentResponse>
</soap12:Body>
</soap12:Envelope>

HTTP POST
A continuacin se muestra un ejemplo de solicitud y respuesta para HTTP POST. Es necesario reemplazar
los marcadores de posicin que aparecen con valores reales.
POST /Signature.xDoc.Web.Services/Core.asmx/ConvertSignDocument HTTP/1.1
Host: localhost
Content-Type: application/x-www-form-urlencoded
Content-Length: length
Area=string&Password=string&DocumentType=string&DocumentContent=string

POST /Signature.xDoc.Web.Services/Core.asmx/ConvertSignDocument HTTP/1.1


Host: localhost
Content-Type: application/x-www-form-urlencoded
Content-Length: length
Area=string&Password=string&DocumentType=string&DocumentContent=string

El servicio web regresar un XML con el siguiente formato:


-

<?xml version="1.0" encoding="utf-8" ?>


<DTE xmlns:dte="http://se.sat.gob.gt/aplicaciones/DTE" xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:gs1="urn:ean.ucc:pay:2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Documento Id="FACE25">
<gs1:invoice creationDateTime="2011-01-01T13:35:39" documentStatus="ORIGINAL" xmlns:gs1="urn:ean.ucc:pay:2">
<contentVersion>
<versionIdentification>1.0</versionIdentification>
</contentVersion>
<documentStructureVersion>
<versionIdentification>Version 1.0</versionIdentification>
</documentStructureVersion>
<invoiceIdentification>
<uniqueCreatorIdentification>FACE|1|MONITOREO1|25</uniqueCreatorIdentification>
<contentOwner>
<gln>0000000000000</gln>
</contentOwner>
</invoiceIdentification>
<invoiceCurrency>
<currencyISOCode>GTQ</currencyISOCode>
</invoiceCurrency>
<invoiceType>INVOICE</invoiceType>
<countryOfSupplyOfGoods>
<countryISOCode>GT</countryISOCode>
</countryOfSupplyOfGoods>
<buyer>

- <partyIdentification>
<gln>0000000000000</gln>
</partyIdentification>
- <nameAndAddress>
<city>GUATEMALA</city>
- <countryCode>
<countryISOCode>0</countryISOCode>
</countryCode>
- <languageOfTheParty>
<languageISOCode>ES</languageISOCode>
</languageOfTheParty>
<name>EFACTURA</name>
<state>GUATEMALA</state>
<streetAddressOne>EFACTURA</streetAddressOne>
</nameAndAddress>
<companyRegistrationNumber>CF</companyRegistrationNumber>
</buyer>
- <seller>
- <partyIdentification>
<gln>0000000000000</gln>
- <additionalPartyIdentification>
<additionalPartyIdentificationValue>https//:www.efactura.com.gt</additionalPartyIdentificationValue>
<additionalPartyIdentificationType>FOR_INTERNAL_USE_1</additionalPartyIdentificationType>
</additionalPartyIdentification>
</partyIdentification>
- <nameAndAddress>
<city>GUATEMALA</city>
- <countryCode>
<countryISOCode>GT</countryISOCode>
</countryCode>
- <languageOfTheParty>
<languageISOCode>ES</languageISOCode>
</languageOfTheParty>
<name>https//:www.efactura.com.gt</name>
<state>GUATEMALA</state>
<streetAddressOne>EFACTURA</streetAddressOne>
</nameAndAddress>
<companyRegistrationNumber>DEMO</companyRegistrationNumber>
</seller>
- <invoiceLineItem number="1">
- <invoicedQuantity>
<value>1.00</value>
- <unitOfMeasure>
<measurementUnitCodeValue>uni</measurementUnitCodeValue>
</unitOfMeasure>
</invoicedQuantity>
<transferOfOwnershipDate>2011-01-01</transferOfOwnershipDate>
<amountInclusiveAllowancesCharges>84.82</amountInclusiveAllowancesCharges>
- <itemDescription>
- <language>
<languageISOCode>ES</languageISOCode>
</language>
<text>PRUEBAS DEMO</text>
</itemDescription>
- <itemPriceBaseQuantity>
<value>95.00</value>
</itemPriceBaseQuantity>
<itemPriceInclusiveAllowancesCharges>84.82</itemPriceInclusiveAllowancesCharges>
- <invoiceLineItemInformationAfterTaxes>
<amountExclusiveAllowancesCharges>95.00</amountExclusiveAllowancesCharges>
</invoiceLineItemInformationAfterTaxes>
- <invoiceLineTaxInformation>
<dutyTaxFeeType>IVA</dutyTaxFeeType>
<taxableAmount>95.00</taxableAmount>
<taxAmount>10.18</taxAmount>
<taxPercentage>12.00</taxPercentage>
</invoiceLineTaxInformation>
</invoiceLineItem>
- <invoiceTotals>
<totalInvoiceAmount>84.82</totalInvoiceAmount>
<totalAmountInvoiceAllowancesCharges>0.01</totalAmountInvoiceAllowancesCharges>

<totalLineAmountExclusiveAllowancesCharges>84.82</totalLineAmountExclusiveAllowancesCharges>
<totalTaxAmount>10.18</totalTaxAmount>
<taxSubTotal>
<dutyTaxFeeType>IVA</dutyTaxFeeType>
<taxableAmount>84.82</taxableAmount>
<taxAmount>10.18</taxAmount>
<taxPercentage>12.00</taxPercentage>
</taxSubTotal>
<totalInvoiceAmountPayable>84.82</totalInvoiceAmountPayable>
<taxAccountingCurrency>
<currencyISOCode>GTQ</currencyISOCode>
</taxAccountingCurrency>
<baseAmount>95.00</baseAmount>
</invoiceTotals>
<taxCurrencyInformation>
<currencyConversionFrom>
<currencyISOCode>GTQ</currencyISOCode>
</currencyConversionFrom>
<currencyConversionTo>
<currencyISOCode>GTQ</currencyISOCode>
</currencyConversionTo>
<exchangeRate>1</exchangeRate>
</taxCurrencyInformation>
<extension>
<fechaResolucion>2011-10-01</fechaResolucion>
<serieAutorizada>MONITOREO1</serieAutorizada>
<rangoInicialAutorizado>1</rangoInicialAutorizado>
<rangoFinalAutorizado>100000</rangoFinalAutorizado>
<informacionRegimenIsr>RET_DEFINITIVA</informacionRegimenIsr>
</extension>
</gs1:invoice>
<CAE>
<DCAE Id="CAE25">
<TipoCAE>CAE</TipoCAE>
<NITGFACE>673374</NITGFACE>
<NITEmisor>DEMO</NITEmisor>
<NITReceptor>CF</NITReceptor>
<Serie>MONITOREO1</Serie>
<NumeroDocumento>000000000025</NumeroDocumento>
<FechaEmision>2011-01-01</FechaEmision>
<NumeroAutorizacion>1</NumeroAutorizacion>
<IngresosNetosGravados>84.82</IngresosNetosGravados>
<IVA>10.18</IVA>
<ImporteTotal>95.00</ImporteTotal>
</DCAE>
<FCAE>
<ds:SignedInfo>
<ds:CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />
<ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1" />
<ds:Reference URI="#CAE25">
<ds:Transforms>
<ds:Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />
</ds:Transforms>
<ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<ds:DigestValue>F1w9WI11eO3EoF3zO3NV2vJsF+k=</ds:DigestValue>
</ds:Reference>
</ds:SignedInfo>
<ds:SignatureValue>XxP9OOCBCpsJU8mDtvYuIlANTUddDEfBBHaAWzpV7ZRNPb4S4gQsAQ==</ds:SignatureValue>
<ds:KeyInfo>
<ds:KeyValue>
<ds:DSAKeyValue>
<ds:P>ksqKMKH5Q5ahh1iVIStmcowj8BMX67JWl8t+dVTP6JkkGnoicS9lbTusT5u2LbA3
1A7sjFNGIYK77rorNgexmVYYgAZ4mAkOXWEKCVU+/OxNF/GK6AGzd0fbykLI31Oi
a/8yf5HzMelI2YyCD4BXnLK3BjFzEIDd2G8BXhNIWGM=</ds:P>
<ds:Q>9EiioZVcIqO9Ca/PTzH4jZvvLx0=</ds:Q>
<ds:G>Crrz2Gt1lyipMPMrwgTQQK+FYW8iYVXo6c6Eufjd+slEw4UxvhgHWwH10EP/vSp9
++wD/Pfm7r0jLcJmDvWlVRReA3+tnWyEpIa2jv9S38wj9oTOSxXUXxVkIk5A5MYa
pPLbc3/0VzqzK6KV8TVp7Svs2ojbyDxMjLLgMrW0JbQ=</ds:G>
<ds:Y>RsWePs/b1NWxzlB2QskcCB6p8if6Iwi3vrP+pY8ms7VxUVlezzh18KTE+4+XYcTx
MhWogFfPxwCdSEw/FYnN0dd5mEJJ2k6dYnjHonJHOrWGxMg7JxG5bmdw3XEY4qXA
FezcRvnHuqX4yXOyRTaOWMnsY9lltADlbJiuvWKve/Q=</ds:Y>

</ds:DSAKeyValue>
</ds:KeyValue>
<ds:X509Data>
<ds:X509Certificate>MIIDuDCCA3egAwIBAgIJAKktfTNcCT2cMAkGByqGSM44BAMwgZUxCzAJBgNVBAYT
AkdUMRIwEAYDVQQIDAlHdWF0ZW1hbGExEjAQBgNVBAcMCUd1YXRlbWFsYTEMMAoG
A1UECgwDU1NDMQ0wCwYDVQQLDARDb3JwMRYwFAYDVQQDDA1TU0MgR3VhdGVtYWxh
MSkwJwYJKoZIhvcNAQkBFhpzdXBvcnRAc291dGhjb25zdWx0aW5nLmNvbTAeFw0x
MDA4MjcyMTA0NDVaFw0xMTA4MjcyMTA0NDVaMIGVMQswCQYDVQQGEwJHVDESMBAG
A1UECAwJR3VhdGVtYWxhMRIwEAYDVQQHDAlHdWF0ZW1hbGExDDAKBgNVBAoMA1NT
QzENMAsGA1UECwwEQ29ycDEWMBQGA1UEAwwNU1NDIEd1YXRlbWFsYTEpMCcGCSqG
SIb3DQEJARYac3Vwb3J0QHNvdXRoY29uc3VsdGluZy5jb20wggG2MIIBKwYHKoZI
zjgEATCCAR4CgYEAksqKMKH5Q5ahh1iVIStmcowj8BMX67JWl8t+dVTP6JkkGnoi
cS9lbTusT5u2LbA31A7sjFNGIYK77rorNgexmVYYgAZ4mAkOXWEKCVU+/OxNF/GK
6AGzd0fbykLI31Oia/8yf5HzMelI2YyCD4BXnLK3BjFzEIDd2G8BXhNIWGMCFQD0
SKKhlVwio70Jr89PMfiNm+8vHQKBgAq689hrdZcoqTDzK8IE0ECvhWFvImFV6OnO
hLn43frJRMOFMb4YB1sB9dBD/70qffvsA/z35u69Iy3CZg71pVUUXgN/rZ1shKSG
to7/Ut/MI/aEzksV1F8VZCJOQOTGGqTy23N/9Fc6syuilfE1ae0r7NqI28g8TIyy
4DK1tCW0A4GEAAKBgEbFnj7P29TVsc5QdkLJHAgeqfIn+iMIt76z/qWPJrO1cVFZ
Xs84dfCkxPuPl2HE8TIVqIBXz8cAnUhMPxWJzdHXeZhCSdpOnWJ4x6JyRzq1hsTI
OycRuW5ncN1xGOKlwBXs3Eb5x7ql+MlzskU2jljJ7GPZZbQA5WyYrr1ir3v0o1Aw
TjAdBgNVHQ4EFgQUNJT+wAdZPQqUcphShqViOQYEaGswHwYDVR0jBBgwFoAUNJT+
wAdZPQqUcphShqViOQYEaGswDAYDVR0TBAUwAwEB/zAJBgcqhkjOOAQDAzAAMC0C
FQDqSvHvk7b1hNZVNoqzqaw98pWHGgIUTE/qRAVowwQ1qxHCm/+oe0/Gfek=</ds:X509Certificate>
</ds:X509Data>
</ds:KeyInfo>
</FCAE>
</CAE>
</Documento>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
<SignedInfo>
<CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />
<SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1" />
<Reference URI="#FACE25">
<Transforms>
<Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />
</Transforms>
<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<DigestValue>heWMhR3undgWOb38p56gdQlOYeA=</DigestValue>
</Reference>
</SignedInfo>
<SignatureValue>JIfl9TwqLY4GirazE4ZR3ZXCMg6h9cBYLFZZN/ULY50GnaXNnVK9AQ==</SignatureValue>
<KeyInfo>
<KeyValue>
<DSAKeyValue>
<P>ksqKMKH5Q5ahh1iVIStmcowj8BMX67JWl8t+dVTP6JkkGnoicS9lbTusT5u2LbA3
1A7sjFNGIYK77rorNgexmVYYgAZ4mAkOXWEKCVU+/OxNF/GK6AGzd0fbykLI31Oi
a/8yf5HzMelI2YyCD4BXnLK3BjFzEIDd2G8BXhNIWGM=</P>
<Q>9EiioZVcIqO9Ca/PTzH4jZvvLx0=</Q>
<G>Crrz2Gt1lyipMPMrwgTQQK+FYW8iYVXo6c6Eufjd+slEw4UxvhgHWwH10EP/vSp9
++wD/Pfm7r0jLcJmDvWlVRReA3+tnWyEpIa2jv9S38wj9oTOSxXUXxVkIk5A5MYa
pPLbc3/0VzqzK6KV8TVp7Svs2ojbyDxMjLLgMrW0JbQ=</G>
<Y>RsWePs/b1NWxzlB2QskcCB6p8if6Iwi3vrP+pY8ms7VxUVlezzh18KTE+4+XYcTx
MhWogFfPxwCdSEw/FYnN0dd5mEJJ2k6dYnjHonJHOrWGxMg7JxG5bmdw3XEY4qXA
FezcRvnHuqX4yXOyRTaOWMnsY9lltADlbJiuvWKve/Q=</Y>
</DSAKeyValue>
</KeyValue>
<X509Data>
<X509Certificate>MIIDuDCCA3egAwIBAgIJAKktfTNcCT2cMAkGByqGSM44BAMwgZUxCzAJBgNVBAYT
AkdUMRIwEAYDVQQIDAlHdWF0ZW1hbGExEjAQBgNVBAcMCUd1YXRlbWFsYTEMMAoG
A1UECgwDU1NDMQ0wCwYDVQQLDARDb3JwMRYwFAYDVQQDDA1TU0MgR3VhdGVtYWxh
MSkwJwYJKoZIhvcNAQkBFhpzdXBvcnRAc291dGhjb25zdWx0aW5nLmNvbTAeFw0x
MDA4MjcyMTA0NDVaFw0xMTA4MjcyMTA0NDVaMIGVMQswCQYDVQQGEwJHVDESMBAG
A1UECAwJR3VhdGVtYWxhMRIwEAYDVQQHDAlHdWF0ZW1hbGExDDAKBgNVBAoMA1NT
QzENMAsGA1UECwwEQ29ycDEWMBQGA1UEAwwNU1NDIEd1YXRlbWFsYTEpMCcGCSqG
SIb3DQEJARYac3Vwb3J0QHNvdXRoY29uc3VsdGluZy5jb20wggG2MIIBKwYHKoZI
zjgEATCCAR4CgYEAksqKMKH5Q5ahh1iVIStmcowj8BMX67JWl8t+dVTP6JkkGnoi
cS9lbTusT5u2LbA31A7sjFNGIYK77rorNgexmVYYgAZ4mAkOXWEKCVU+/OxNF/GK
6AGzd0fbykLI31Oia/8yf5HzMelI2YyCD4BXnLK3BjFzEIDd2G8BXhNIWGMCFQD0
SKKhlVwio70Jr89PMfiNm+8vHQKBgAq689hrdZcoqTDzK8IE0ECvhWFvImFV6OnO
hLn43frJRMOFMb4YB1sB9dBD/70qffvsA/z35u69Iy3CZg71pVUUXgN/rZ1shKSG
to7/Ut/MI/aEzksV1F8VZCJOQOTGGqTy23N/9Fc6syuilfE1ae0r7NqI28g8TIyy
4DK1tCW0A4GEAAKBgEbFnj7P29TVsc5QdkLJHAgeqfIn+iMIt76z/qWPJrO1cVFZ
Xs84dfCkxPuPl2HE8TIVqIBXz8cAnUhMPxWJzdHXeZhCSdpOnWJ4x6JyRzq1hsTI

OycRuW5ncN1xGOKlwBXs3Eb5x7ql+MlzskU2jljJ7GPZZbQA5WyYrr1ir3v0o1Aw
TjAdBgNVHQ4EFgQUNJT+wAdZPQqUcphShqViOQYEaGswHwYDVR0jBBgwFoAUNJT+
wAdZPQqUcphShqViOQYEaGswDAYDVR0TBAUwAwEB/zAJBgcqhkjOOAQDAzAAMC0C
FQDqSvHvk7b1hNZVNoqzqaw98pWHGgIUTE/qRAVowwQ1qxHCm/+oe0/Gfek=</X509Certificate>
</X509Data>
</KeyInfo>
</Signature>
- <Personalizados>
<campoString name="_strartofdoc"></ INICIO ></campoString>
<campoString name="NITGFACE">673374</campoString>
<campoString name="rangoInicialAutorizado">1</campoString>
<campoString name="rangoFinalAutorizado">100000</campoString>
<campoString name="fechaResolucion">2011-10-01</campoString>
<campoString name="TOTALENLETRAS">NOVENTA Y CINCO CON 00/100</campoString>
<campoString name="DISTRIBUCIONELECTRONICA" />
<campoString name="HORA">13:35:39</campoString>
<campoString name="PBX">PBX. 2324-7500</campoString>
<campoString name="CODIGOVENDEDOR">1</campoString>
<campoString name="FORMADEPAGO">CREDITO</campoString>
<campoString name="CODIGOCLIENTE">631</campoString>
<campoString name="TIPO">FACE</campoString>
<campoString name="CREDITO" />
<campoString name="ESTADO">ORIGINAL</campoString>
<campoString name="FIRMAELECTRONICA">2723</campoString>
<campoString name="CODIGODOCUMENTO">FACE-63</campoString>
<campoString name="DISPOSITIVOELECTRONICO">001</campoString>
<campoString name="AO1">11</campoString>
<campoString
name="PDF417">777777770707070007773534721566410077732174507513750731131432224112707535032
3715402100763331442116003707243440032651310076211435404771300751752366245132107635122146
2756000762314252751022007720655736643235076066537621600110776140216613555407662051547055
6460774006567355310507637465046731226073700245057331230725044534663111307340005716720131
077753527413444540777777707000707007
7777777707070700071612733111600100766717441600055207677315725354520077001661623315300772
7131145204740076673245727131460772256514633137307302511107622077075536500133736530742722
0334233771072373574473447660733712544047510307773542050037523077005075773544650762673443
7403133070345176225111130733034517750450207733653116101335075156122271110700772521733310
66300777777707000707007
7777777707070700077770700351144470732410177137612007662035514320760077155201073320360715
6346573376610074226154603667710750213736302354007631204502605310072332242471453330767202
5463537000074052032226113740740353226300225507742415553675651077640177562740570723127027
3300620075163210627733130773305423117307107320711236653764077743540052315570737303403151
00210777777707000707007
7777777707070700073703006333512230774602632701777507667165760401173077234201275177400731
7740227653105074230251033733640760633306016633207135222741355001072670210375126000763731
0571345731072014255033355200701717722217601007606153222450132073020541677535440761111420
0762447073005211513721020744166342113762207502357227241310076530055222153540771610227311
76010777777707000707007
7777777707070700072612100661155200750610272277133207372035132014133076274406430015310702
4401233651117072313462456415440763640760220551307317245411376612077635153034452000766353
1050036462077234120657155440767707440153206607441743622315620073164736741117300702153763
3202770077537701423763020733663076517533007640560514533312076601157062016410726303004631
15620777777707000707007
7777777707070700077235254517544020743336036442667707556146373330676076731510625760300723
1341567110446073471177610440030767174636422441107722344304135330077345377167220130764351
0026716555076753414047740020764217677145113707337154210671032077151210533642010722531413
2351022077070054633357640726617751275101307430044366211156077053321427732020776316145535
44640777777707000707007
7777777707070700077643041143375770742045473677133407601640172331136077731742300734500753
5123265114470077200553141221520746506672411552007360454470477553070056076331700000722735
6402744233076705420077316640777203511161457007011703322353204071325727622117310771452503
3351102076770514206655330776130400563555607623171421145102075511742362550120770650451277
13110777777707000707007
7777777707070700077367146562157770743732207422645107231741177411175072256232066333160773
1034223151076071443462236111330777354142115521307657154536231660076047172322423300763325
6422573240076535504332075000710474057733160107626612116011173073330501353003400766740566
4271750076625110701146420716113733011241007762470162111770076404530122713440737615647201
77510777777707000707007
7777777707070700070170227231360000764057062232473307002342672255310076264254641055570733
0410301513712077527307037773200756045073231551307336451645013531073317144032055210733154
0365733057077322523111700650766625130250774407221701722253330076231750261320510762376030
1750266073731432001370300752632056613777607700553043221530076174004723316600741342236111
04600777777707000707007
7777777707070700076734620270055300754032573377256607135366720015761070137102166266300762

5745376411335076314403576115570732230412351310607422537763244661071065377723066210736713
1154231072076533256622611060764326104627775207663513450007464077156241003373030761601336
5115552070201053327313350770146106623573107663512046125544076271170076202230767704600340
15740777777707000707007
7777777707070700076077032775004460724551356663147207103243262251113077736110721357510737
0277573765412073360345315500300712051176224701107514714323711300076461451673155460702645
2766261133076235750324422410771134144733464507427623443313662074506010533364600764605533
2415651076266131062123700735011353263013207623661622423133070722261220433330724530167710
04420777777707000707007
7777777707070700073772023447115430764604153265471007226154315411313077650675157364700763
6221147357522073775103565710450762075504623033407762475372306332073357721046732520764151
3002632476076620114234235560766213153253244507651520233620777070030052226011530767372176
1374662076061054377500020773243113710563007154621745633773077320341171100470717700214473
33670777777707000707007
7777777707070700072137057222055120731047001157321607602511002720552071156712777352010732
3525002205133076425132360467100756346262301553107227521055320260072671154701244200732166
0154533357076235146651477560777530623251766507725311630045300077304216321157310761341522
2045131076646265363245570732755046605231307374354775117445072374027462003550721170552220
15520777777707000707007
7777777707070700076713641563356400760433106227421107347335562762102075311452233501060772
3361302153374076072455277751200726311301426102207567140027277552074751556332616600764131
4522625522072234213641771100756517726100556007631455604473152077420057365245510772541335
7720654077630464105311160733436753376401207563553016622675076530150137346400767310611413
34660777777707000707007
7777777707070700076645244405275530727620157213115307053224650467332077626653141213720776
3465115116012077374301513000070744540742622575507674007204337546072264015565305750772316
0502317700073324531744121550754076573773212607563360624563333073511076113267020773024145
3755012077635641421151020732052573117410007362100612211533077667353747646270766076404036
31310777777707000707007
7777777707070700077330402163157210774015753226123407021407662045711072360676027751020764
2553326503644077420172205055530746151522266523007750520433335661072722027460017550736005
5316720033072124176221117700747254626671354407706014447275575072240475224541310757255033
7731447076431141227346600745142522264611107672413422115572074553163734445130777100603251
35450777777707000707007
7777777707070700071467174766267510704240332360331007332741113542063074537172227740320755
3756027233241073243301066357100760041343275300007613200523770464073321711036037100754276
7317172300076335651561115020765304736000751107264333166231251077147011173214020726511364
6230047076713271762655710741711136331165107263664633475531072623711122712120732673147642
07750777777707000707007</campoString>
<campoNumero name="TOTAL">95.00</campoNumero>
<campoNumero name="DESCUENTO">0.01</campoNumero>
<campoNumero name="NUMEROFAC">2000000</campoNumero>
<campoFecha name="FECHA">2011-01-01</campoFecha>
- <CustDetalle>
<CustDetNroLin>1</CustDetNroLin>
<CustDetAFN_01>43 - 6</CustDetAFN_01>
<CustDetNUD_02>95.00</CustDetNUD_02>
<CustDetNUD_03>95.0000</CustDetNUD_03>
</CustDetalle>
</Personalizados>
</DTE>

Вам также может понравиться