File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -1418,8 +1418,8 @@ protected function _doRequest()
1418
1418
'<req:ShipmentRequest ' .
1419
1419
' xmlns:req="http://www.dhl.com" ' .
1420
1420
' xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ' .
1421
- ' xsi:schemaLocation="http://www.dhl.com ship-val-global-req-6.2 .xsd" ' .
1422
- ' schemaVersion="6.2 " /> ' ;
1421
+ ' xsi:schemaLocation="http://www.dhl.com ship-val-global-req-6.0 .xsd" ' .
1422
+ ' schemaVersion="6.0 " /> ' ;
1423
1423
$ xml = $ this ->_xmlElFactory ->create (['data ' => $ xmlStr ]);
1424
1424
1425
1425
$ nodeRequest = $ xml ->addChild ('Request ' , '' , '' );
@@ -1433,10 +1433,6 @@ protected function _doRequest()
1433
1433
$ nodeServiceHeader ->addChild ('SiteID ' , (string )$ this ->getConfigData ('id ' ));
1434
1434
$ nodeServiceHeader ->addChild ('Password ' , (string )$ this ->getConfigData ('password ' ));
1435
1435
1436
- $ nodeMetaData = $ nodeRequest ->addChild ('MetaData ' );
1437
- $ nodeMetaData ->addChild ('SoftwareName ' , $ this ->buildSoftwareName ());
1438
- $ nodeMetaData ->addChild ('SoftwareVersion ' , $ this ->buildSoftwareVersion ());
1439
-
1440
1436
$ originRegion = $ this ->getCountryParams (
1441
1437
$ this ->_scopeConfig ->getValue (
1442
1438
Shipment::XML_PATH_STORE_COUNTRY_ID ,
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<req : ShipmentRequest xmlns : req =" http://www.dhl.com" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
- xsi : schemaLocation =" http://www.dhl.com ship-val-global-req-6.2 .xsd" schemaVersion =" 6.2 " >
9
+ xsi : schemaLocation =" http://www.dhl.com ship-val-global-req-6.0 .xsd" schemaVersion =" 6.0 " >
10
10
<Request xmlns =" " >
11
11
<ServiceHeader >
12
12
<MessageTime >currentTime</MessageTime >
13
13
<MessageReference >MAGE_SHIP_28TO32_Char_CHECKED</MessageReference >
14
14
<SiteID >some ID</SiteID >
15
15
<Password >some password</Password >
16
16
</ServiceHeader >
17
- <MetaData >
18
- <SoftwareName >Software_Product_Name_30_Char_</SoftwareName >
19
- <SoftwareVersion >10Char_Ver</SoftwareVersion >
20
- </MetaData >
21
17
</Request >
22
18
<RegionCode xmlns =" " >CHECKED</RegionCode >
23
19
<RequestedPickupTime xmlns =" " >N</RequestedPickupTime >
You can’t perform that action at this time.
0 commit comments