1
|
|
|
<?php |
2
|
|
|
|
3
|
|
|
/* |
4
|
|
|
* This file is part of Smsa WebService package. |
5
|
|
|
* (c) Hamoud Alhoqbani <[email protected]> |
6
|
|
|
* For the full copyright and license information, please view the LICENSE |
7
|
|
|
* file that was distributed with this source code. |
8
|
|
|
*/ |
9
|
|
|
|
10
|
|
|
namespace Alhoqbani\SmsaWebService\Soap; |
11
|
|
|
|
12
|
|
|
/** |
13
|
|
|
* Class which returns the class map definition |
14
|
|
|
*/ |
15
|
|
|
class ClassMap |
16
|
|
|
{ |
17
|
|
|
/** |
18
|
|
|
* Returns the mapping between the WSDL Structs and generated Structs' classes |
19
|
|
|
* This array is sent to the \SoapClient when calling the WS |
20
|
|
|
* |
21
|
|
|
* @return string[] |
22
|
|
|
*/ |
23
|
|
|
final public static function get() |
24
|
|
|
{ |
25
|
|
|
return [ |
26
|
|
|
'addShipment' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\AddShipment', |
27
|
|
|
'addShipmentResponse' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\AddShipmentResponse', |
28
|
|
|
'addShip' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\AddShip', |
29
|
|
|
'addShipResponse' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\AddShipResponse', |
30
|
|
|
'addShipMPS' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\AddShipMPS', |
31
|
|
|
'addShipMPSResponse' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\AddShipMPSResponse', |
32
|
|
|
'stoShipment' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\StoShipment', |
33
|
|
|
'stoShipmentResponse' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\StoShipmentResponse', |
34
|
|
|
'addShipmentDelv' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\AddShipmentDelv', |
35
|
|
|
'addShipmentDelvResponse' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\AddShipmentDelvResponse', |
36
|
|
|
'getTracking' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetTracking', |
37
|
|
|
'getTrackingResponse' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetTrackingResponse', |
38
|
|
|
'getTrackingResult' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetTrackingResult', |
39
|
|
|
'getTrackingwithRef' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetTrackingwithRef', |
40
|
|
|
'getTrackingwithRefResponse' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetTrackingwithRefResponse', |
41
|
|
|
'getTrackingwithRefResult' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetTrackingwithRefResult', |
42
|
|
|
'getStatus' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetStatus', |
43
|
|
|
'getStatusResponse' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetStatusResponse', |
44
|
|
|
'saphOrderReady' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\SaphOrderReady', |
45
|
|
|
'ArrayOfOrderLineItem' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\ArrayOfOrderLineItem', |
46
|
|
|
'OrderLineItem' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\OrderLineItem', |
47
|
|
|
'saphOrderReadyResponse' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\SaphOrderReadyResponse', |
48
|
|
|
'getStatusByRef' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetStatusByRef', |
49
|
|
|
'getStatusByRefResponse' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetStatusByRefResponse', |
50
|
|
|
'getTrackingByRef' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetTrackingByRef', |
51
|
|
|
'getTrackingByRefResponse' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetTrackingByRefResponse', |
52
|
|
|
'getTrackingByRefResult' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetTrackingByRefResult', |
53
|
|
|
'getShipUpdates' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetShipUpdates', |
54
|
|
|
'getShipUpdatesResponse' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetShipUpdatesResponse', |
55
|
|
|
'getShipUpdatesResult' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetShipUpdatesResult', |
56
|
|
|
'cancelShipment' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\CancelShipment', |
57
|
|
|
'cancelShipmentResponse' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\CancelShipmentResponse', |
58
|
|
|
'getRTLCities' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetRTLCities', |
59
|
|
|
'getRTLCitiesResponse' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetRTLCitiesResponse', |
60
|
|
|
'getRTLCitiesResult' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetRTLCitiesResult', |
61
|
|
|
'getRTLRetails' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetRTLRetails', |
62
|
|
|
'getRTLRetailsResponse' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetRTLRetailsResponse', |
63
|
|
|
'getRTLRetailsResult' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetRTLRetailsResult', |
64
|
|
|
'getAllRetails' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetAllRetails', |
65
|
|
|
'getAllRetailsResponse' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetAllRetailsResponse', |
66
|
|
|
'getAllRetailsResult' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetAllRetailsResult', |
67
|
|
|
'getPDF' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetPDF', |
68
|
|
|
'getPDFResponse' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetPDFResponse', |
69
|
|
|
'getPDFSino' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetPDFSino', |
70
|
|
|
'getPDFSinoResponse' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetPDFSinoResponse', |
71
|
|
|
'getPDFBr' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetPDFBr', |
72
|
|
|
'getPDFBrResponse' => '\\Alhoqbani\\SmsaWebService\\Soap\\Type\\GetPDFBrResponse', |
73
|
|
|
]; |
74
|
|
|
} |
75
|
|
|
} |
76
|
|
|
|