Hi, I'm trying to performing simple DHL tracking using PHP. Their specs require that you POST your tracking number(s) via XML, and then are returned XML with their status (which I'll parse in an existing script listing current shipments).
Their documentation details each XML element (they're focusing on creating/modifying shipment), but does not give a single practical code example for any language. I googled around and found a DHL class on PHPClasses.org, but that contained methods & properties for every single part of a shipment... except tracking! I think cURL would be an ideal solution for this, but haven't gotten anything to work.
I simply need to be able to POST XML data to a remote server using PHP.
Any ideas?
Thanks,
--RHYNO
Their documentation details each XML element (they're focusing on creating/modifying shipment), but does not give a single practical code example for any language. I googled around and found a DHL class on PHPClasses.org, but that contained methods & properties for every single part of a shipment... except tracking! I think cURL would be an ideal solution for this, but haven't gotten anything to work.
I simply need to be able to POST XML data to a remote server using PHP.
Any ideas?
Thanks,
--RHYNO