Yeah, basically i get idea from such website.
is it by using all the code provided by ws.interfax.net , i can generate my own fax service? if so, that's cool man!
^_^
Main Topics
Browse All TopicsHi, everyone!
I hope to explore into the .Net feature. Now, i have a question. I would like to know is it possible to send a content, from a web page (form) to a real fax machine? Or maybe from an email to fax machine?
I hope this can be done by .Net, but i am quite new and lack of resources to do so, does any expert got idea for it? If can be done, how about the charges which it occur?
Thank you!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
We have done the same thing by using the gfi faxmaker..
Go to this site -- www.gfi.com
download the Faxmaker for Networks SMTP...
Read the manual...the easiest way is to use the text api option..whereby you
generate the fax to be sent as a .txt file...
We spent more than 2 months to implement that functionality for our system...
First go to this site...read the manual...u r given the evaluation of the software (valid for 3 months)...
I'm sure your company will like it and will be interested to buy it afterwards..
Regards,
Priya
No comment has been added lately, so it's time to clean up this TA.
I will leave the following recommendation for this question in the Cleanup topic area:
Split: fantasy1001 {http:#9655895} & Priya25 {http:#9963210}
Please leave any comments here within the next seven days.
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
TheLearnedOne
EE Cleanup Volunteer
Business Accounts
Answer for Membership
by: fantasy1001Posted on 2003-10-30 at 23:06:41ID: 9655895
This is a web site providing the services: .html
P.SOAPClie nt") 'Create the SoapClient object rverHTTPRe quest") = True 'Set to True when an Active Server Pages (ASP) application or an ISAPI DLL uses the SoapClient object.
/ws.interf ax.net/dfs .asmx?wsdl ") 'Initializes the SoapClient object using the Web Services Description Language (WSDL) file as input
rname", "MyPassword", "+1 212 4567890", "This is a sample Fax", "txt") ' Invoke the Interfax method
http://www.tpc.int/sendfax
To send fax
Set objSoap = Server.CreateObject("MSSOA
objSoap.ClientProperty("Se
objSoap.mssoapinit("http:/
SendFaxResult = objSoap.SendCharFax("MyUse
If SendFaxResult > 0 Then
Response.Write "Fax submitted. Transaction ID: " & SendFaxResult
Else
Response.Write "Error sending fax. Return code: " & SendFaxResult
End If
Regards,
~ fantasy ~