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?
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?