Advertisement
n4itsric

Untitled

Jan 16th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  2. <soap:Body>
  3. <CobroenLineaXMLResponse xmlns="http://tempuri.org/">
  4. <CobroenLineaXMLResult>
  5. <Cobroenlinea xmlns="">
  6. <Transaccion TipoTransaccion="1" NoNegocio="02953">
  7. <DatosPoliza>
  8. <NoPoliza>0002466604</NoPoliza>
  9. <Agente>50532</Agente>
  10. </DatosPoliza>
  11. <DatosTC>
  12. <NoTarjetaCredito>5704230041278906</NoTarjetaCredito>
  13. <CodigoSeguridad>gy97</CodigoSeguridad>
  14. <FechaExpiracion>
  15. <Mes>10</Mes>
  16. <Anio>01</Anio>
  17. </FechaExpiracion>
  18. <IDBanco>002</IDBanco>
  19. <Banco>BANCO NACIONAL DE MEXICO, S.A.</Banco>
  20. </DatosTC>
  21. <DatosTarjetahabiente>
  22. <Nombre>CARLOS ALBERTO ROBLES SALAS</Nombre>
  23. <Telefono>6874992</Telefono>
  24. <Email>duque+dd2@comparamejor.com</Email>
  25. </DatosTarjetahabiente>
  26. <Servidor>1</Servidor>
  27. <Error>Error. El Negocio: 02953 no esta habilitado para realizar el cobro en linea</Error>
  28. <CENTEROFPAYMENTS>
  29. <response/>
  30. <foliocpagos/>
  31. <cd_error/>
  32. <nb_error/>
  33. <time/>
  34. <date/>
  35. <voucher/>
  36. </CENTEROFPAYMENTS>
  37. </Transaccion>
  38. </Cobroenlinea>
  39. </CobroenLineaXMLResult>
  40. </CobroenLineaXMLResponse>
  41. </soap:Body>
  42. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement