Posts by Lucas Fernandes • 21 points
2 posts
-
1
votes2
answers674
viewsA: How to send WS XML file from Safe Harbour (made in PHP) using Restsharp C#
It was solved by not using Restsharp. public async void Testar() { var link = "https://www.averbeporto.com.br/websys/php/conn.php"; var client = new RestClient(link); var request = new…
-
1
votes2
answers674
viewsQ: How to send WS XML file from Safe Harbour (made in PHP) using Restsharp C#
I am trying to integrate a Ct-e XML file with the Safe Harbor Web Service (done in PHP) using Restsharp in C# and always returns message saying that they could not open XML or that file is empty.…