Posts by rodrigosli • 61 points
3 posts
-
1
votes2
answers683
viewsA: Transmission with digital certificate c#
Just to help anyone with the same problem I was able to send the certificate with the following code WsTeste.consulta ws = new WsTeste.consulta(); ws.Url = @"https://wsserver/securemath/math.asmx";…
-
1
votes2
answers683
viewsQ: Transmission with digital certificate c#
I am developing a routine of transmitting electronic invoice services in c#. I’ve already signed the TAGS according to the city manual but when I try to make the transmission returns this error.…
-
4
votes1
answer1601
viewsQ: Gps or antenna triangulation - How to know the accuracy of the location?
I have an app that uses the Location api and works right on most devices, but has one that even on the gps does not work with adequate accuracy( goes over the house and not on the street). By the…