i m trying to send fax from my site bit i m getting the error as -1003.
the code is Set objSoap = Server.CreateObject("MSSOAP.SOAPClient") 'Create the SoapClient object
objSoap.ClientProperty("ServerHTTPRequest") = True
objSoap.mssoapinit("http://ws.interfax.net/dfs.asmx?wsdl")
SendFaxResult = objSoap.SendCharFax("user", "pass", "+1 801 6852718", "This is a sample Fax", "txt")
Response.Write "Fax submitted. Transaction ID: " & SendFaxResult
any body can help me?