Fax From ASP

M

Max

Hello
I've installed MSSOAP Toolkit 3.0 and a fax modem on my Windows 2000 Server
The Fax Service is running
I've tried ASP code as shown
<%
Set objSoap = Server.CreateObject("MSSOAP.SOAPClient30")
objSoap.ClientProperty("ServerHTTPRequest") = True
objSoap.mssoapinit("http://ws.interfax.net/dfs.asmx?wsdl")
SendFaxResult = objSoap.SendCharFax("username","password","+123 456
65432100", "This is a sample Fax", "txt") '
If SendFaxResult <> "0" Then
Response.Write "Error sending fax. Return code: " & SendFaxResult
Else
Response.Write "Fax submitted. Transaction ID: " & SendFaxResult
End If
%>

I always get an -1003 error
What does it mean?and how do I solve it?
 
M

Max

OK, forget about it
The answer is pretty simple
"I Don't have an acount of InterFAX"
so I alter my question
"How do I send a fax from ASP?"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,008
Latest member
HaroldDark

Latest Threads

Top