|
|
@@ -6,7 +6,7 @@ require_once dirname(__FILE__) . '/../../common.php';
|
|
|
$phpLiveDocx = new Zend_Service_LiveDocx_MailMerge();
|
|
|
|
|
|
// Set WSDL of your premium service server
|
|
|
-$phpLiveDocx->setWsdl('https://api.livedocx.com/dev/mailmerge.asmx?wsdl');
|
|
|
+$phpLiveDocx->setWsdl('https://api.example.com/1.2/mailmerge.asmx?WSDL');
|
|
|
|
|
|
$phpLiveDocx->setUsername(Demos_Zend_Service_LiveDocx_Helper::USERNAME)
|
|
|
->setPassword(Demos_Zend_Service_LiveDocx_Helper::PASSWORD);
|