Attempt re-engineer SOAP Client

This commit is contained in:
Fred Boniface 2022-11-28 15:22:18 +00:00
parent bac8e50363
commit 540cc8ae38
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
include("./php/OpenLDBWS.php"); include("./php/LDBWS.php");
include("/srv/keys/athena/apiKeys.php"); include("/srv/keys/athena/apiKeys.php");
$OpenLDBWS = new OpenLDBWS($ldbKey); $OpenLDBWS = new Ldb($ldbKey,$trace=true);
$response = $OpenLDBWS->GetArrDepBoardWithDetails(10,BRI,getNonPassengerServices="TRUE"); $response = $OpenLDBWS->GetArrivalDepartureBoard(10,BRI);
echo $response echo $response;

2
php/LDBWS.php Normal file
View File

@ -0,0 +1,2 @@
<?php