Преглед изворни кода

context note of parameter to be in config/integrated with xmlschema

a.binder пре 8 година
родитељ
комит
1155a926c3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      SE/se-lib/Route/Storage/TestXsd.php

+ 1 - 1
SE/se-lib/Route/Storage/TestXsd.php

@@ -58,7 +58,7 @@ class Route_Storage_TestXsd extends RouteBase {
 		$storage = DB::getStorage($idStorage);
 		$storageZasobId = $storage->getZasobId();
 		$objNs = "p5_{$storageZasobId}_{$tblName}";
-		$objNsUri = "https://biuro.biall-net.pl/api/{$storageZasobId}/{$tblName}";
+		$objNsUri = "https://biuro.biall-net.pl/api/{$storageZasobId}/{$tblName}"; // conforming to xmlschema engine property <property name="zasob_id_db_targetNamespace_detect_string" value="https://biuro.biall-net.pl/api/"/>
 		$p5TypePrefix = "p5Type";
 		$p5TypeNsUri = "http://biuro.biall-net.pl/p5/schema/types";
 		$p5TypeNsLocation = "http://biuro.biall-net.pl/p5/schema/types.xsd";