I am using PHP, and I need to send a fax of a particular file from my website. This needs to work for any number in the world. My searches so far have recommended using SOAP.
Is it not possible to send a fax like an email? Is it not possible to send a fax without a paid service?
I have seen PHP4: How to fax a character-based file, using NuSOAP, and it refers to the soapclient
.
The webservice is at http://ws.interfax.net/dfs.asmx?wsdl. How can I use this webservice in my code?