I have never used this and just need to run a simple script. They showed the below code. I tried to copy and paste just this in a .html file and got Invalid at the top level of the document. Error processing resource error.
POST /services/bandwidth.asmx HTTP/1.1
Host: stats.shortbowel.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.smartertools.com/smarterstats/Bandwidth.asmx/GetForServer"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetForServer xmlns="http://www.smartertools.com/smarterstats/Bandwidth.asmx">
<authUserName>string</authUserName>
<authPassword>string</authPassword>
<ServerID>int</ServerID>
<StartDate>dateTime</StartDate>
<EndDate>dateTime</EndDate>
</GetForServer>
</soap:Body>
</soap:Envelope>