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?

It seems that either your username or passowrd is wrong thats why its givng the authentication error.

to send efax wetaher we have to be registered with efax provider like interfax.com?. i have not registered with any efax provider

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.