fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12814] update custom soap auth


From: Sigurd Nes
Subject: [Fmsystem-commits] [12814] update custom soap auth
Date: Wed, 04 Mar 2015 12:17:05 +0000

Revision: 12814
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12814
Author:   sigurdne
Date:     2015-03-04 12:17:04 +0000 (Wed, 04 Mar 2015)
Log Message:
-----------
update custom soap auth

Modified Paths:
--------------
    trunk/bookingfrontend/inc/custom/default/Altinn2_Bergen_kommune.php

Modified: trunk/bookingfrontend/inc/custom/default/Altinn2_Bergen_kommune.php
===================================================================
--- trunk/bookingfrontend/inc/custom/default/Altinn2_Bergen_kommune.php 
2015-03-03 23:51:11 UTC (rev 12813)
+++ trunk/bookingfrontend/inc/custom/default/Altinn2_Bergen_kommune.php 
2015-03-04 12:17:04 UTC (rev 12814)
@@ -84,13 +84,18 @@
 
 
                        $location_URL = 
isset($this->config->config_data['soap_location']) && 
$this->config->config_data['soap_location'] ? 
$this->config->config_data['soap_location'] : 
"http://wsm01e-t.usrv.ubergenkom.no:8888/gateway/services/AltinnReporteesService";;
 #A-test
-               
+
+                       $soap_login = $this->config->config_data['soap_login'];
+                       $soap_password = 
$this->config->config_data['soap_password'];
+
                        $client = new SoapClient(null, array(
                                                'location' => $location_URL,
                                                'uri'      => "",
                                                'trace'    => 1,
+                                               'login'         => $soap_login,
+                                               'password'      => 
$soap_password
                                                ));
-       
+
                        try
                        {
                                $response = 
$client->__doRequest($request,$location_URL,$location_URL,1);




reply via email to

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