N - 503: Los metadatos proporcionados no son validos

Foro dedicado para discutir la parte tecnica de como es el timbrado
[[ FORO CERRADO DEBIDO A QUE YA LA INFORMACION YA NO ES VIGENTE ]]
crixus
Mensajes: 279
Registrado: Mar Ene 18, 2011 12:29 pm
Ubicación: Guadalajara
Contactar:

N - 503: Los metadatos proporcionados no son validos

Mensajepor crixus » Mar Jul 19, 2011 3:34 pm

Tengo dias peliandome con esta cosa.

Este es el postr que hago

Código: Seleccionar todo

POST /Recepcion/RecibeCFDIService.svc HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Content-Length: 665
Authorization: WRAP access_token="role=user&Issuer=https%3a%2f%2fprodcfdi.accesscontrol.windows.net%2f&Audience=https%3a%2f%2fprodcfdirecepcion.cloudapp.net&ExpiresOn=1311108267&HMACSHA256=qHC9AkslQiS%2fKWy%2bJlesNTwEli3NCFljjC7FfPUhk9E%3d&wrap_subject=F52841637A55E6B34860110142F032C7"
SOAPAction: "http://recibecfdi.sat.gob.mx/IRecibeCFDIService/Recibe"
Host: pruebacfdirecepcion.cloudapp.net
Accept: text/html, */*
Accept-Encoding: gzip, deflate, identity
User-Agent: Mozilla/3.0 (compatible; Indy Library)

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:rec="http://recibecfdi.sat.gob.mx"><soapenv:Header><rec:EncabezadoCFDI><rec:RfcEmisor>AAAA010101AAA</rec:RfcEmisor><rec:Hash>B0C4BBF1EE80C430F7CB4D668BB0111067BEE35E</rec:Hash><rec:UUID>95E5C07E-1BBA-4CA4-953F-09AA3DCE695A</rec:UUID><rec:Fecha>2011-07-18T12:39:13</rec:Fecha><rec:NumeroCertificado>30001000000100000801</rec:NumeroCertificado></rec:EncabezadoCFDI></soapenv:Header><soapenv:Body><rec:CFDI><rec:RutaCFDI>http://certificacionpac.blob.core.windows.net/certificacionpac/95E5C07E-1BBA-4CA4-953F-09AA3DCE695A.xml</rec:RutaCFDI></rec:CFDI></soapenv:Body></soapenv:Envelope>



y esta es ta respuesta que recibo

Código: Seleccionar todo

HTTP/1.1 200 OK
Content-Length: 1760
Content-Type: text/xml; charset=utf-8
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Date: Tue, 19 Jul 2011 20:29:14 GMT
Connection: close

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><AcuseRecepcion xmlns="http://recibecfdi.sat.gob.mx"><AcuseRecepcionCFDI UUID="95E5C07E-1BBA-4CA4-953F-09AA3DCE695A" CodEstatus="N - 503: Los metadatos proporcionados no son válidos." Fecha="2011-07-19T15:29:14.4642567" NoCertificadoSAT="30001000000100000801"><Signature Id="SelloSAT" 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/2001/04/xmldsig-more#hmac-sha512"/><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/TR/1999/REC-xpath-19991116"><XPath>not(ancestor-or-self::*[local-name()='Signature'])</XPath></Transform></Transforms><DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha512"/><DigestValue>1V7FG6donrfVlBbcUMzUjv6T6pekFhvTSBEWATNt//zfAgRy7FvBqIAAo9lX2+6tIvJd3HpkOA1bl/Y3AtFFoA==</DigestValue></Reference></SignedInfo><SignatureValue>tpOu770XZxfqdRvaQ8tLcd/JJ4rKqR9879VaSjZ993MZ1+JF3M0hyvlF+vsP3IcX0h9DxBgdPBSP5QWNZY/MVg==</SignatureValue><KeyInfo><KeyName>00001088888800000093</KeyName><KeyValue><RSAKeyValue><Modulus>yxMvUucuS+s3aeWTFZvJrrFWIdes7kIDJmO7DA5DP+ZTapofNt37fgeIHlTUdAVvd/fDKhfiwNSh+vbrNbD58X3UEdQor3ngb6zpjrDjgYsedckPLv6fro4DO0NXLCdALFqhN8ARyX77kYBnvIj1fOSVp401Vc3urLUtiEm16Kle3tOyWhfjgFzdK3oAIXF8oeei/GburWbJnpP+NeGaHVE5bkxLCBp5757nKVonXwzpfpEGuBp204NGkI2/jyA2EH8wyRN4yUvzjT7IJYrHng23klRDlJoRYwa98QQPdQSTpcrlNu8nLhpQdI/zMTLoNF2NiBCkQNuAMacKhnvlVw==</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue></KeyInfo></Signature></AcuseRecepcionCFDI></AcuseRecepcion></s:Body></s:Envelope>


A que se debe, y cuando re refiere a los metadatos son a los del cfd o a los de la petición que envio?

Saludos :cry:
Te invito a visitar mi blog personal http://www.luiscisneros.com.mx/

heber.lazcano
Mensajes: 67
Registrado: Lun Abr 11, 2011 6:28 pm

Re: N - 503: Los metadatos proporcionados no son validos

Mensajepor heber.lazcano » Mar Jul 19, 2011 5:04 pm

Se refiere a los datos de CFDI, verifica que la fecha sea la fecha del TFD y no del CFDI, también que tu HASH este correcto.

crixus
Mensajes: 279
Registrado: Mar Ene 18, 2011 12:29 pm
Ubicación: Guadalajara
Contactar:

Re: N - 503: Los metadatos proporcionados no son validos

Mensajepor crixus » Lun Jul 25, 2011 7:49 am

Bueno esto de los metadatos no validos se soluciono ya que a la hora de subir al Blob, no se subia, entonces los "metadatos" que yo estaba reportanfo en la autenticacion como tal no exisitian. ;)
Te invito a visitar mi blog personal http://www.luiscisneros.com.mx/


Volver a “Envio para Timbrado”

¿Quién está conectado?

Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 4 invitados