Posts by Alexandre Robaert • 11 points
2 posts
-
1
votes2
answers557
viewsA: I need to send a POST request with 4 parameters (login, password, city, XML) in java
After researching a lot I found my solution and here. Path path path = Paths.get("/Users/Alexandre/notanvio.xml"); HttpClient client = HttpClientBuilder.create().build(); HttpPost post = new…
-
0
votes2
answers557
viewsQ: I need to send a POST request with 4 parameters (login, password, city, XML) in java
Good morning, I need to send these four parameters to the server to issue a note, the note data will be passed by XML, which is already all correct, more as I do this request POST via java sending…