fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [9995] property: integration


From: Sigurd Nes
Subject: [Fmsystem-commits] [9995] property: integration
Date: Tue, 11 Sep 2012 14:14:32 +0000

Revision: 9995
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9995
Author:   sigurdne
Date:     2012-09-11 14:14:31 +0000 (Tue, 11 Sep 2012)
Log Message:
-----------
property: integration

Modified Paths:
--------------
    trunk/property/inc/soap_client/braarkiv/soap.php

Modified: trunk/property/inc/soap_client/braarkiv/soap.php
===================================================================
--- trunk/property/inc/soap_client/braarkiv/soap.php    2012-09-11 12:22:26 UTC 
(rev 9994)
+++ trunk/property/inc/soap_client/braarkiv/soap.php    2012-09-11 14:14:31 UTC 
(rev 9995)
@@ -140,12 +140,12 @@
 _debug_array($LoginResponse);
        $secKey = $LoginResponse->LoginResult;
 
-
+/*
        $searchDocument = new searchDocument();
        $searchDocument->secKey = $secKey;
        $searchDocument->baseclassname = 'Eiendomsarkiver';
-       $searchDocument->classname = 'Eiendomsarkiv';
-       $searchDocument->where = "bygningsnr = {$bygningsnr}";// AND Regdato > 
'2006-01-25'";
+       $searchDocument->classname = 'Byggesak';
+       $searchDocument->where = "Byggnr = {$bygningsnr}";// AND Regdato > 
'2006-01-25'";
 //     $searchDocument->where = "Regdato > '2006-01-25'";
        $searchDocument->maxhits = '1';
 
@@ -156,31 +156,28 @@
        $searchDocumentResult = $searchDocumentResponse->searchDocumentResult;
 
 
+_debug_array($searchDocumentResponse);
 
+*/
 
 
-/*
-
        $searchAndGetDocumentsWithVariants = new 
searchAndGetDocumentsWithVariants();
 
        $searchAndGetDocumentsWithVariants->secKey = $secKey;
        $searchAndGetDocumentsWithVariants->baseclassname = 'Eiendomsarkiver';
-//     $searchAndGetDocumentsWithVariants->classname = 'Eiendomsarkiv';
-//     $searchAndGetDocumentsWithVariants->where = "bygningsnr = 
{$bygningsnr}";// AND Regdato > '2006-01-25'";
+       $searchAndGetDocumentsWithVariants->classname = 'Byggesak';
+       $searchAndGetDocumentsWithVariants->where = "Byggnr = {$bygningsnr}";// 
AND Regdato > '2006-01-25'";
        $searchAndGetDocumentsWithVariants->maxhits = '1';
 
 
-_debug_array($searchAndGetDocumentsWithVariants);
+//_debug_array($searchAndGetDocumentsWithVariants);
 
        $searchAndGetDocumentsWithVariantsResponse = 
$Services->searchAndGetDocumentsWithVariants($searchAndGetDocumentsWithVariants);
 
-       $searchAndGetDocumentsWithVariantsResult = 
$searchDocumentResponse->searchAndGetDocumentsWithVariantsResult;
+       $searchAndGetDocumentsWithVariantsResult = 
$searchAndGetDocumentsWithVariantsResponse->searchAndGetDocumentsWithVariantsResult;
 
-_debug_array($searchAndGetDocumentsWithVariantsResponse);
-*/
+_debug_array($searchAndGetDocumentsWithVariantsResult);
 
 
 
-
-
        $GLOBALS['phpgw']->common->phpgw_exit();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]