Przeglądaj źródła

Fixed example URI

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19658 44c647ce-9c0f-0410-b52a-842ac1e357ba
jonathan_maron 16 lat temu
rodzic
commit
ec3084306b

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