Guest User

Untitled

a guest
Oct 24th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Dim res As String = ""
  2.  
  3. Try
  4. pedi.ClientCredentials.UserName.UserName = "usuario"
  5. pedi.ClientCredentials.UserName.Password = "*********"
  6.  
  7.  
  8. peticion.peticion.aduana = "070"
  9. peticion.peticion.patente = 3989
  10. peticion.peticion.pedimento = 8012530
  11. res = Convert.ToString(pedi.consultarPedimentoCompleto(peticion))
  12. TextBox1.Text = res
  13. Catch ex As Exception
  14. MsgBox(ex.ToString)
  15. End Try
  16. End Sub
Add Comment
Please, Sign In to add comment