Hi,
I am looking to integrate Fax2Mail functionality in my PHp application. I have searched the forum and found a php code sample to submit a job for sending a fax from thsi link(https://apiforums.easylink.com/content/fax-submit-php-sample). It looks like the code is using socket to post the jobsubmit request. I was able to send a fax using this code by tweaking a little bit. But the link used in the sample code requests are deifferent from the ones that are showed on the api. When i changed the link Request & JobSubmitRequest xmlns link to the one that showed in api i get a message that its not the correct url. I sure that the approach showed in the sample request is not a secured way of initiating the call. Could you please let me know if there is a secured way of initiating the request soap call using PHP.
Sample Link: <JobSubmitRequest xmlns=\"http://premconn.premiereconnect.com/2007/02\">
API Link: <JobSubmitRequest
xmlns="http://ws.easylink.com/JobSubmit/2011/01">
Please see below for my sample code