Attempt re-engineer SOAP Client
This commit is contained in:
parent
bac8e50363
commit
540cc8ae38
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
include("./php/OpenLDBWS.php");
|
||||
include("./php/LDBWS.php");
|
||||
include("/srv/keys/athena/apiKeys.php");
|
||||
$OpenLDBWS = new OpenLDBWS($ldbKey);
|
||||
$response = $OpenLDBWS->GetArrDepBoardWithDetails(10,BRI,getNonPassengerServices="TRUE");
|
||||
echo $response
|
||||
$OpenLDBWS = new Ldb($ldbKey,$trace=true);
|
||||
$response = $OpenLDBWS->GetArrivalDepartureBoard(10,BRI);
|
||||
echo $response;
|
2
php/LDBWS.php
Normal file
2
php/LDBWS.php
Normal file
@ -0,0 +1,2 @@
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user