2
0
Преглед на файлове

Fixed example URI

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19658 44c647ce-9c0f-0410-b52a-842ac1e357ba
jonathan_maron преди 16 години
родител
ревизия
ec3084306b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      demos/Zend/Service/LiveDocx/MailMerge/pdf-security/generate-document.php

+ 1 - 1
demos/Zend/Service/LiveDocx/MailMerge/pdf-security/generate-document.php

@@ -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);