Guest User

Untitled

a guest
Feb 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. NFSeBeloHorizonteMG.NfseWSService ws1 = new NFSeBeloHorizonteMG.NfseWSService();
  2.  
  3. ws1.Url = hostWS;
  4.  
  5. X509Certificate certificado = cert.BuscaNroSerie(noSerieCert, false);
  6. ws1.ClientCertificates.Add(certificado);
  7. ws1.UseDefaultCredentials = true;
  8.  
  9. string result = ws1.ConsultarLoteRps(cabecalho, consulta);
Add Comment
Please, Sign In to add comment