Magento 1.9 - Error #111 : Error in parsing request XML:Error: Element type “NewShipper” must be declared. at line 2, column 323DHL request xml parsing error ,code 111Magento 2: DHL Shipping Method Element type “NewShipper” must be declared403 error from external request to magento 1.9 foldersFatal error: Class Abhi_Test_Model_Mysql4_Test contains 1 abstract method and must therefore be declared abstract or implement the remaining methodsfatal error “invalid image file type” import file - magento 1.9Magento 1.9 - Invalid block type error in exception logMagento 1.9 - There has been an error processing your requestFatal error: FileIterator contains 1 abstract method must therefore be declared abstract or implement the remaining methodsMagento 2: setExtensionAttributes must be an instance of errorMagento 1.9 Invalid block type: Mage_Checkout_Block_1cart_Header
Car headlights in a world without electricity
Can a virus destroy the BIOS of a modern computer?
How can saying a song's name be a copyright violation?
Is it possible to map the firing of neurons in the human brain so as to stimulate artificial memories in someone else?
How do I exit BASH while loop using modulus operator?
Are British MPs missing the point, with these 'Indicative Votes'?
What is the most common color to indicate the input-field is disabled?
How to remove border from elements in the last row?
Is this draw by repetition?
Does int main() need a declaration on C++?
Where would I need my direct neural interface to be implanted?
How to prevent "they're falling in love" trope
Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?
How does a refinance allow a mortgage to be repaid?
How to stretch the corners of this image so that it looks like a perfect rectangle?
How can a day be of 24 hours?
Implication of namely
Does the Idaho Potato Commission associate potato skins with healthy eating?
Getting extremely large arrows with tikzcd
Should I tell management that I intend to leave due to bad software development practices?
What's the meaning of "Sollensaussagen"?
Do Iron Man suits sport waste management systems?
Why was the shrink from 8″ made only to 5.25″ and not smaller (4″ or less)
Knowledge-based authentication using Domain-driven Design in C#
Magento 1.9 - Error #111 : Error in parsing request XML:Error: Element type “NewShipper” must be declared. at line 2, column 323
DHL request xml parsing error ,code 111Magento 2: DHL Shipping Method Element type “NewShipper” must be declared403 error from external request to magento 1.9 foldersFatal error: Class Abhi_Test_Model_Mysql4_Test contains 1 abstract method and must therefore be declared abstract or implement the remaining methodsfatal error “invalid image file type” import file - magento 1.9Magento 1.9 - Invalid block type error in exception logMagento 1.9 - There has been an error processing your requestFatal error: FileIterator contains 1 abstract method must therefore be declared abstract or implement the remaining methodsMagento 2: setExtensionAttributes must be an instance of errorMagento 1.9 Invalid block type: Mage_Checkout_Block_1cart_Header
I'm using DHL Shipping Method. After Order Placed. While creating New Shipment Label I have clicked on "Create Shipping Label" & Clicked on "Submit Shipment".
On popup, I have filled info. While saving it's giving below error
below are the logs;
2019-04-02T09:12:17+00:00 DEBUG (7): Array
(
[request] => <?xml version="1.0" encoding="UTF-8"?>
<req:ShipmentValidateRequestAP xmlns:req="http://www.dhl.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.dhl.com ship-val-req_AP.xsd"><Request xmlns=""><ServiceHeader><SiteID>v62_lN4gpsFxPZ</SiteID><Password>KzJFjITtBb</Password></ServiceHeader></Request><NewShipper xmlns="">N</NewShipper><LanguageCode xmlns="">EN</LanguageCode><PiecesEnabled xmlns="">Y</PiecesEnabled><Billing xmlns=""><ShipperAccountNumber>305265281</ShipperAccountNumber><ShippingPaymentType>S</ShippingPaymentType><BillingAccountNumber>305265281</BillingAccountNumber><DutyPaymentType>S</DutyPaymentType><DutyAccountNumber>305265281</DutyAccountNumber></Billing><Consignee xmlns=""><CompanyName>Activate Commerce</CompanyName><AddressLine>5th Floor 7 Cavendish Square</AddressLine><City>London</City><Division>London</Division><PostalCode>W1G 0PE</PostalCode><CountryCode>GB</CountryCode><CountryName>United Kingdom</CountryName><Contact><PersonName>Kerry Kazadi</PersonName><PhoneNumber>0715357620</PhoneNumber></Contact></Consignee><Commodity xmlns=""><CommodityCode>1</CommodityCode></Commodity><Dutiable xmlns=""><DeclaredValue>60.00</DeclaredValue><DeclaredCurrency>ZAR</DeclaredCurrency></Dutiable><Reference xmlns=""><ReferenceID>shipment reference</ReferenceID><ReferenceType>St</ReferenceType></Reference><ShipmentDetails xmlns=""><NumberOfPieces>1</NumberOfPieces><CurrencyCode>ZAR</CurrencyCode><Pieces xmlns=""><Piece xmlns=""><PieceID>1</PieceID><PackageType>CP</PackageType><Weight>22</Weight><PieceContents>SCARF SILK - sea 'n sky</PieceContents></Piece></Pieces><PackageType>CP</PackageType><Weight>22</Weight><DimensionUnit>C</DimensionUnit><WeightUnit>K</WeightUnit><GlobalProductCode>P</GlobalProductCode><LocalProductCode>P</LocalProductCode><DoorTo>DD</DoorTo><Date>2019-04-02</Date><Contents>DHL Parcel</Contents></ShipmentDetails><Shipper xmlns=""><ShipperID>305265281</ShipperID><CompanyName>Carrol Boyes</CompanyName><RegisteredAccount>305265281</RegisteredAccount><AddressLine>Paarden Eiland Cnr Cumberland and I</AddressLine><AddressLine>ndustry Roads</AddressLine><City>Cape Town</City><Division>Western Cape</Division><PostalCode>7420</PostalCode><CountryCode>ZA</CountryCode><CountryName>South Africa</CountryName><Contact xmlns=""><PersonName>Kerry Kazadi</PersonName><PhoneNumber>0214248263</PhoneNumber></Contact></Shipper><LabelImageFormat xmlns="">PDF</LabelImageFormat></req:ShipmentValidateRequestAP>
[result] => <?xml version="1.0" encoding="UTF-8"?><res:ErrorResponse xmlns:res='http://www.dhl.com' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation= 'http://www.dhl.com err-res.xsd'>
<Response>
<ServiceHeader>
<MessageTime>2019-04-02T11:12:17.939+02:00</MessageTime>
<SiteID>v62_lN4gpsFxPZ</SiteID>
<Password>v62_lN4gpsFxPZ</Password>
</ServiceHeader>
<Status>
<ActionStatus>Error</ActionStatus>
<Condition>
<ConditionCode>111</ConditionCode>
<ConditionData>Error in parsing request XML:Error:
Element type "NewShipper" must be
declared. at line 2, column 323</ConditionData>
</Condition>
</Status>
</Response></res:ErrorResponse><!-- ServiceInvocationId:20190402111217_f701_a6e0af1f-0101-4f88-aff4-e80b8053c62d -->
[__pid] => 7422
)
Please advise what is wrong here.
Thanks
magento-1.9 shipping-methods dhl
add a comment |
I'm using DHL Shipping Method. After Order Placed. While creating New Shipment Label I have clicked on "Create Shipping Label" & Clicked on "Submit Shipment".
On popup, I have filled info. While saving it's giving below error
below are the logs;
2019-04-02T09:12:17+00:00 DEBUG (7): Array
(
[request] => <?xml version="1.0" encoding="UTF-8"?>
<req:ShipmentValidateRequestAP xmlns:req="http://www.dhl.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.dhl.com ship-val-req_AP.xsd"><Request xmlns=""><ServiceHeader><SiteID>v62_lN4gpsFxPZ</SiteID><Password>KzJFjITtBb</Password></ServiceHeader></Request><NewShipper xmlns="">N</NewShipper><LanguageCode xmlns="">EN</LanguageCode><PiecesEnabled xmlns="">Y</PiecesEnabled><Billing xmlns=""><ShipperAccountNumber>305265281</ShipperAccountNumber><ShippingPaymentType>S</ShippingPaymentType><BillingAccountNumber>305265281</BillingAccountNumber><DutyPaymentType>S</DutyPaymentType><DutyAccountNumber>305265281</DutyAccountNumber></Billing><Consignee xmlns=""><CompanyName>Activate Commerce</CompanyName><AddressLine>5th Floor 7 Cavendish Square</AddressLine><City>London</City><Division>London</Division><PostalCode>W1G 0PE</PostalCode><CountryCode>GB</CountryCode><CountryName>United Kingdom</CountryName><Contact><PersonName>Kerry Kazadi</PersonName><PhoneNumber>0715357620</PhoneNumber></Contact></Consignee><Commodity xmlns=""><CommodityCode>1</CommodityCode></Commodity><Dutiable xmlns=""><DeclaredValue>60.00</DeclaredValue><DeclaredCurrency>ZAR</DeclaredCurrency></Dutiable><Reference xmlns=""><ReferenceID>shipment reference</ReferenceID><ReferenceType>St</ReferenceType></Reference><ShipmentDetails xmlns=""><NumberOfPieces>1</NumberOfPieces><CurrencyCode>ZAR</CurrencyCode><Pieces xmlns=""><Piece xmlns=""><PieceID>1</PieceID><PackageType>CP</PackageType><Weight>22</Weight><PieceContents>SCARF SILK - sea 'n sky</PieceContents></Piece></Pieces><PackageType>CP</PackageType><Weight>22</Weight><DimensionUnit>C</DimensionUnit><WeightUnit>K</WeightUnit><GlobalProductCode>P</GlobalProductCode><LocalProductCode>P</LocalProductCode><DoorTo>DD</DoorTo><Date>2019-04-02</Date><Contents>DHL Parcel</Contents></ShipmentDetails><Shipper xmlns=""><ShipperID>305265281</ShipperID><CompanyName>Carrol Boyes</CompanyName><RegisteredAccount>305265281</RegisteredAccount><AddressLine>Paarden Eiland Cnr Cumberland and I</AddressLine><AddressLine>ndustry Roads</AddressLine><City>Cape Town</City><Division>Western Cape</Division><PostalCode>7420</PostalCode><CountryCode>ZA</CountryCode><CountryName>South Africa</CountryName><Contact xmlns=""><PersonName>Kerry Kazadi</PersonName><PhoneNumber>0214248263</PhoneNumber></Contact></Shipper><LabelImageFormat xmlns="">PDF</LabelImageFormat></req:ShipmentValidateRequestAP>
[result] => <?xml version="1.0" encoding="UTF-8"?><res:ErrorResponse xmlns:res='http://www.dhl.com' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation= 'http://www.dhl.com err-res.xsd'>
<Response>
<ServiceHeader>
<MessageTime>2019-04-02T11:12:17.939+02:00</MessageTime>
<SiteID>v62_lN4gpsFxPZ</SiteID>
<Password>v62_lN4gpsFxPZ</Password>
</ServiceHeader>
<Status>
<ActionStatus>Error</ActionStatus>
<Condition>
<ConditionCode>111</ConditionCode>
<ConditionData>Error in parsing request XML:Error:
Element type "NewShipper" must be
declared. at line 2, column 323</ConditionData>
</Condition>
</Status>
</Response></res:ErrorResponse><!-- ServiceInvocationId:20190402111217_f701_a6e0af1f-0101-4f88-aff4-e80b8053c62d -->
[__pid] => 7422
)
Please advise what is wrong here.
Thanks
magento-1.9 shipping-methods dhl
add a comment |
I'm using DHL Shipping Method. After Order Placed. While creating New Shipment Label I have clicked on "Create Shipping Label" & Clicked on "Submit Shipment".
On popup, I have filled info. While saving it's giving below error
below are the logs;
2019-04-02T09:12:17+00:00 DEBUG (7): Array
(
[request] => <?xml version="1.0" encoding="UTF-8"?>
<req:ShipmentValidateRequestAP xmlns:req="http://www.dhl.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.dhl.com ship-val-req_AP.xsd"><Request xmlns=""><ServiceHeader><SiteID>v62_lN4gpsFxPZ</SiteID><Password>KzJFjITtBb</Password></ServiceHeader></Request><NewShipper xmlns="">N</NewShipper><LanguageCode xmlns="">EN</LanguageCode><PiecesEnabled xmlns="">Y</PiecesEnabled><Billing xmlns=""><ShipperAccountNumber>305265281</ShipperAccountNumber><ShippingPaymentType>S</ShippingPaymentType><BillingAccountNumber>305265281</BillingAccountNumber><DutyPaymentType>S</DutyPaymentType><DutyAccountNumber>305265281</DutyAccountNumber></Billing><Consignee xmlns=""><CompanyName>Activate Commerce</CompanyName><AddressLine>5th Floor 7 Cavendish Square</AddressLine><City>London</City><Division>London</Division><PostalCode>W1G 0PE</PostalCode><CountryCode>GB</CountryCode><CountryName>United Kingdom</CountryName><Contact><PersonName>Kerry Kazadi</PersonName><PhoneNumber>0715357620</PhoneNumber></Contact></Consignee><Commodity xmlns=""><CommodityCode>1</CommodityCode></Commodity><Dutiable xmlns=""><DeclaredValue>60.00</DeclaredValue><DeclaredCurrency>ZAR</DeclaredCurrency></Dutiable><Reference xmlns=""><ReferenceID>shipment reference</ReferenceID><ReferenceType>St</ReferenceType></Reference><ShipmentDetails xmlns=""><NumberOfPieces>1</NumberOfPieces><CurrencyCode>ZAR</CurrencyCode><Pieces xmlns=""><Piece xmlns=""><PieceID>1</PieceID><PackageType>CP</PackageType><Weight>22</Weight><PieceContents>SCARF SILK - sea 'n sky</PieceContents></Piece></Pieces><PackageType>CP</PackageType><Weight>22</Weight><DimensionUnit>C</DimensionUnit><WeightUnit>K</WeightUnit><GlobalProductCode>P</GlobalProductCode><LocalProductCode>P</LocalProductCode><DoorTo>DD</DoorTo><Date>2019-04-02</Date><Contents>DHL Parcel</Contents></ShipmentDetails><Shipper xmlns=""><ShipperID>305265281</ShipperID><CompanyName>Carrol Boyes</CompanyName><RegisteredAccount>305265281</RegisteredAccount><AddressLine>Paarden Eiland Cnr Cumberland and I</AddressLine><AddressLine>ndustry Roads</AddressLine><City>Cape Town</City><Division>Western Cape</Division><PostalCode>7420</PostalCode><CountryCode>ZA</CountryCode><CountryName>South Africa</CountryName><Contact xmlns=""><PersonName>Kerry Kazadi</PersonName><PhoneNumber>0214248263</PhoneNumber></Contact></Shipper><LabelImageFormat xmlns="">PDF</LabelImageFormat></req:ShipmentValidateRequestAP>
[result] => <?xml version="1.0" encoding="UTF-8"?><res:ErrorResponse xmlns:res='http://www.dhl.com' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation= 'http://www.dhl.com err-res.xsd'>
<Response>
<ServiceHeader>
<MessageTime>2019-04-02T11:12:17.939+02:00</MessageTime>
<SiteID>v62_lN4gpsFxPZ</SiteID>
<Password>v62_lN4gpsFxPZ</Password>
</ServiceHeader>
<Status>
<ActionStatus>Error</ActionStatus>
<Condition>
<ConditionCode>111</ConditionCode>
<ConditionData>Error in parsing request XML:Error:
Element type "NewShipper" must be
declared. at line 2, column 323</ConditionData>
</Condition>
</Status>
</Response></res:ErrorResponse><!-- ServiceInvocationId:20190402111217_f701_a6e0af1f-0101-4f88-aff4-e80b8053c62d -->
[__pid] => 7422
)
Please advise what is wrong here.
Thanks
magento-1.9 shipping-methods dhl
I'm using DHL Shipping Method. After Order Placed. While creating New Shipment Label I have clicked on "Create Shipping Label" & Clicked on "Submit Shipment".
On popup, I have filled info. While saving it's giving below error
below are the logs;
2019-04-02T09:12:17+00:00 DEBUG (7): Array
(
[request] => <?xml version="1.0" encoding="UTF-8"?>
<req:ShipmentValidateRequestAP xmlns:req="http://www.dhl.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.dhl.com ship-val-req_AP.xsd"><Request xmlns=""><ServiceHeader><SiteID>v62_lN4gpsFxPZ</SiteID><Password>KzJFjITtBb</Password></ServiceHeader></Request><NewShipper xmlns="">N</NewShipper><LanguageCode xmlns="">EN</LanguageCode><PiecesEnabled xmlns="">Y</PiecesEnabled><Billing xmlns=""><ShipperAccountNumber>305265281</ShipperAccountNumber><ShippingPaymentType>S</ShippingPaymentType><BillingAccountNumber>305265281</BillingAccountNumber><DutyPaymentType>S</DutyPaymentType><DutyAccountNumber>305265281</DutyAccountNumber></Billing><Consignee xmlns=""><CompanyName>Activate Commerce</CompanyName><AddressLine>5th Floor 7 Cavendish Square</AddressLine><City>London</City><Division>London</Division><PostalCode>W1G 0PE</PostalCode><CountryCode>GB</CountryCode><CountryName>United Kingdom</CountryName><Contact><PersonName>Kerry Kazadi</PersonName><PhoneNumber>0715357620</PhoneNumber></Contact></Consignee><Commodity xmlns=""><CommodityCode>1</CommodityCode></Commodity><Dutiable xmlns=""><DeclaredValue>60.00</DeclaredValue><DeclaredCurrency>ZAR</DeclaredCurrency></Dutiable><Reference xmlns=""><ReferenceID>shipment reference</ReferenceID><ReferenceType>St</ReferenceType></Reference><ShipmentDetails xmlns=""><NumberOfPieces>1</NumberOfPieces><CurrencyCode>ZAR</CurrencyCode><Pieces xmlns=""><Piece xmlns=""><PieceID>1</PieceID><PackageType>CP</PackageType><Weight>22</Weight><PieceContents>SCARF SILK - sea 'n sky</PieceContents></Piece></Pieces><PackageType>CP</PackageType><Weight>22</Weight><DimensionUnit>C</DimensionUnit><WeightUnit>K</WeightUnit><GlobalProductCode>P</GlobalProductCode><LocalProductCode>P</LocalProductCode><DoorTo>DD</DoorTo><Date>2019-04-02</Date><Contents>DHL Parcel</Contents></ShipmentDetails><Shipper xmlns=""><ShipperID>305265281</ShipperID><CompanyName>Carrol Boyes</CompanyName><RegisteredAccount>305265281</RegisteredAccount><AddressLine>Paarden Eiland Cnr Cumberland and I</AddressLine><AddressLine>ndustry Roads</AddressLine><City>Cape Town</City><Division>Western Cape</Division><PostalCode>7420</PostalCode><CountryCode>ZA</CountryCode><CountryName>South Africa</CountryName><Contact xmlns=""><PersonName>Kerry Kazadi</PersonName><PhoneNumber>0214248263</PhoneNumber></Contact></Shipper><LabelImageFormat xmlns="">PDF</LabelImageFormat></req:ShipmentValidateRequestAP>
[result] => <?xml version="1.0" encoding="UTF-8"?><res:ErrorResponse xmlns:res='http://www.dhl.com' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation= 'http://www.dhl.com err-res.xsd'>
<Response>
<ServiceHeader>
<MessageTime>2019-04-02T11:12:17.939+02:00</MessageTime>
<SiteID>v62_lN4gpsFxPZ</SiteID>
<Password>v62_lN4gpsFxPZ</Password>
</ServiceHeader>
<Status>
<ActionStatus>Error</ActionStatus>
<Condition>
<ConditionCode>111</ConditionCode>
<ConditionData>Error in parsing request XML:Error:
Element type "NewShipper" must be
declared. at line 2, column 323</ConditionData>
</Condition>
</Status>
</Response></res:ErrorResponse><!-- ServiceInvocationId:20190402111217_f701_a6e0af1f-0101-4f88-aff4-e80b8053c62d -->
[__pid] => 7422
)
Please advise what is wrong here.
Thanks
magento-1.9 shipping-methods dhl
magento-1.9 shipping-methods dhl
edited 17 hours ago
Raj Mohan R
1787
1787
asked 18 hours ago
K KazadiK Kazadi
263
263
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f268324%2fmagento-1-9-error-111-error-in-parsing-request-xmlerror-element-type-new%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f268324%2fmagento-1-9-error-111-error-in-parsing-request-xmlerror-element-type-new%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown