Posts by Teta • 21 points
2 posts
-
1
votes1
answer789
viewsA: Nfe 3.10 webservice MG
The solution was to create the webservice class in hand, another dev had created, so: public partial class nfeCabecMsg : SoapHeader { private string _cUF; public string cUF { get { return _cUF; }…
-
1
votes1
answer789
viewsQ: Nfe 3.10 webservice MG
I am performing Nfe 3.10 tests for MG, the web service for authorization is different and expects an object of type nfeDadosMsg that has an array of Nfe. In the others I always sent an Xmlnode with…