Commit 9f2a68b2f225b8040df01577734584961415a939
1 parent
21768759
KTS-1694
"SOAP Webservice Implementation" Updated. Updated namespace and fixed typo. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6491 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
2 deletions
ktwebservice/webservice.php
| ... | ... | @@ -84,7 +84,7 @@ class KTWebService |
| 84 | 84 | $config->setns('cache','cacheEnabled',false); |
| 85 | 85 | } |
| 86 | 86 | |
| 87 | - $this->namespace = 'KTWebService'; | |
| 87 | + $this->namespace = 'KnowledgeTree'; | |
| 88 | 88 | |
| 89 | 89 | $this->__typedef['kt_response'] = |
| 90 | 90 | array( |
| ... | ... | @@ -467,7 +467,7 @@ class KTWebService |
| 467 | 467 | |
| 468 | 468 | //update_document_metadata |
| 469 | 469 | $this->__dispatch_map['update_document_metadata'] = |
| 470 | - array('in' => array('session_id'=>'string','document_id'=>'int','metadata'=>"{urn:$this->webservice}kt_metadata_fieldsets" ), | |
| 470 | + array('in' => array('session_id'=>'string','document_id'=>'int','metadata'=>"{urn:$this->namespace}kt_metadata_fieldsets" ), | |
| 471 | 471 | 'out' => array( 'return' => "{urn:$this->namespace}kt_response" ), |
| 472 | 472 | ); |
| 473 | 473 | ... | ... |