I am using PHP.
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 the below link, and it refers to the soapclient
:
http://www.interfax.net/en/dev/webservice/samples/fax_php_sendcharfax_nusoa.html
The webservice is here:
How can I use this webservice in my code?