¿Que pasos reproducirán el problema?
reingart@reingart-desktop:~/PYAFIP/ws$ python recex1.py /get
Recuperar comprobante:
Tipo de comprobante: 1
Punto de venta: 1
Numero de comprobante: 1
¿Cual es la salida esperada? ¿Que es lo que ve en cambio?
Tag: FEXGetCMPResult invalid (type not found)
Traceback (most recent call last):
File "recex1.py", line 433, in <module>
ws.GetCMP(tipo_cbte, punto_vta, cbte_nro)
File "/home/reingart/PYAFIP/ws/wsfev1.py", line 61, in capturar_errores_wrapper
return func(self, *args, **kwargs)
File "/home/reingart/PYAFIP/ws/wsfexv1.py", line 267, in GetCMP
'Cbte_nro': cbte_nro,
File "/usr/local/lib/python2.7/dist-packages/pysimplesoap/client.py", line 206, in <lambda>
return lambda self=self, *args, **kwargs: self.wsdl_call(attr,*args,**kwargs)
File "/usr/local/lib/python2.7/dist-packages/pysimplesoap/client.py", line 321, in wsdl_call
resp = response('Body',ns=soap_uri).children().unmarshall(output)
File "/usr/local/lib/python2.7/dist-packages/pysimplesoap/simplexml.py", line 355, in unmarshall
value = children and children.unmarshall(fn, strict)
File "/usr/local/lib/python2.7/dist-packages/pysimplesoap/simplexml.py", line 344, in unmarshall
raise TypeError(u"Tag: %s invalid (type not found)" % (name,))
TypeError: Tag: FEXGetCMPResult invalid (type not found)
Original issue reported on code.google.com by reingart@gmail.com on 7 Oct 2011 at 6:42
Original issue reported on code.google.com by
reingart@gmail.com
on 7 Oct 2011 at 6:42