Open Bill0826 opened 9 years ago
// Test a tracking request using DHL XML API $request = new Tracking(); $request->SiteID = ""; $request->Password = ""; $request->MessageTime = gmdate('c'); $request->MessageReference = '1234567890123456789012345678901'; $request->LanguageCode = 'en'; $request->AWBNumber = "Your tracking number"; $request->LevelOfDetails = 'ALL_CHECK_POINTS'; $request->PiecesEnabled = 'S';
$client = new WebserviceClient();
$xml = $client->call($request);
$result = new TrackingResponse();
$response = $this->initXML($xml);
Here you go
Class 'Tracking' not found
can you tell me alias name
hello alfallouji ! when i use the DHL-API,There is no corresponding method to track the order information ! Can you give an example? thank you !