error with Quick Submit SMS with PHP

System
System Administrator
edited February 21, 2011 in Cloud Fax and Notifications #1

Hi, i tried to get that script running, but get following error:

Fatal error: Class 'SoapClient' not found in /home/woomla/public_html/t/index.php on line 67

i guess i might have in this values something wrong ?
    // Please contact PGi to obtain access permissions.
         const NAMESPACE    = "http://premconn.premiereconnect.com/JobSubmit/2009/07";

Comments

  • You have to recompile php with soap enabled. What's RECEIVER_KEY though? I get another error. Uncaught SoapFault exception: [Client] looks like we got no XML document

  • I have updated the sample and also attached here. The word NAMESPACE may have become a reserved word. I changed it to NS. There are a few more additions. If the submit is good you will receive the XDN and MRN in your browser.

    You will need to edit the file to put the submit URL in the following:

    const RECEIVER_KEY = '<put the URL to submit to here>';

    The receiver sample works as is. To use it you have to have  your credentials set up on our side so we know where to send to. You PreSales Engineer can assist you with this.

    Tom