Posts by Otavio Fedrizze • 1 point
2 posts
-
-1
votes2
answers176
viewsA: Extract XML file from a ZIP file
I did it "hard". After downloading the file, unzipped, opened it, read the xml content. It worked in the end. request({ url: "http://webservice.xxxxxxx.com.br/", method: "POST", headers: {…
node.jsanswered Otavio Fedrizze 1 -
-2
votes2
answers176
viewsQ: Extract XML file from a ZIP file
The code below makes a request to a Webservice that returns me an XML file inside a ZIP file. myXMLText = '' request({ url: "http://webservice.newrastreamentoonline.com.br/", method: "POST",…
node.jsasked Otavio Fedrizze 1