Guest User

Untitled

a guest
Feb 20th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. cabecera = client.get_type('ns0:AuthHeader')
  2. cabeza_valores = cabecera(login='login',pwd='contraseña',
  3. Id_CodFacturacion='Codigo',
  4. Nombre_Cargue='Prueba')
  5.  
  6. resultado=client.service.CargueMasivoExterno(_soapheaders[cabeza_valores],envios=datos)
Add Comment
Please, Sign In to add comment