Does anyone have php code/classes/methodology for dhl xml integration
I have worked through with dhl in putting together a sample xml file Based on the shipment validation request ap sample xml http://xmlpitest-ea.dhl.com/serviceval/jsps/main/Main_menu.jsp based on the response, I would like to know where to go from there - A commercial invoice is produced - no probs to create - A shipping label with barcode needs to be created - how??? There is a php class here that I will probably be amending: http://www.phpclasses.org/package/2922-PHP-Submit-shipment-requests-to-DHL-v ia-the-Web.html - But I am told there is no gif generation as part of the xml api the xml pi test server for customer certification is: https://xmlpitest-ea.dhl.com/XMLShippingServlet and production server XML PI Production server - https://xmlpi-ea.dhl.com/XMLShippingServlet There is another method where you are able to enter shipping details into a pdf, then click to transmit that data to dhl. Dhl then sends an email with the required documents. - Its probably a form that gets submitted - What are all the details of that pdf form? Does anyone have code that is able to replicate that pdf to curl post a form to dhl Thanks Michael Brandon -- NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected]
