From 540cc8ae38c778595f893191a3471174dbf3981a Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 28 Nov 2022 15:22:18 +0000 Subject: [PATCH] Attempt re-engineer SOAP Client --- ldbws.php | 8 ++++---- php/LDBWS.php | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 php/LDBWS.php diff --git a/ldbws.php b/ldbws.php index a785a35..8ca24de 100644 --- a/ldbws.php +++ b/ldbws.php @@ -1,6 +1,6 @@ GetArrDepBoardWithDetails(10,BRI,getNonPassengerServices="TRUE"); - echo $response \ No newline at end of file + $OpenLDBWS = new Ldb($ldbKey,$trace=true); + $response = $OpenLDBWS->GetArrivalDepartureBoard(10,BRI); + echo $response; \ No newline at end of file diff --git a/php/LDBWS.php b/php/LDBWS.php new file mode 100644 index 0000000..96212da --- /dev/null +++ b/php/LDBWS.php @@ -0,0 +1,2 @@ +