api for shipping with DHL

api for shipping with DHL

am 16.11.2007 01:23:02 von laredotornado

Hi,

Does anyone know of or is using an API for calculating shippiing rates
with DHL? The only one I found on Google (http://www.phpclasses.org/
browse/package/2922.html) gives me a bunch of warnings when I run the
test, and so I question its validity.

Thanks, - Dave

Re: api for shipping with DHL

am 16.11.2007 03:30:34 von petersprc

Hi,

You can also try the eCoComa simplified DHL web service:

http://service.ecocoma.com/shipping/dhl.asmx

Or using DHL's XML interface directly:

http://www.dhl-usa.com/TechTools/detail/TTDetail.asp?nav=Tec hnologyTools/Shipping/OwnSoln

On Nov 15, 7:23 pm, "laredotorn...@zipmail.com"
wrote:
> Hi,
>
> Does anyone know of or is using an API for calculating shippiing rates
> with DHL? The only one I found on Google (http://www.phpclasses.org/
> browse/package/2922.html) gives me a bunch of warnings when I run the
> test, and so I question its validity.
>
> Thanks, - Dave

Re: api for shipping with DHL

am 16.11.2007 05:02:14 von laredotornado

On Nov 15, 8:30 pm, petersprc wrote:
> Hi,
>
> You can also try the eCoComa simplified DHL web service:
>
> http://service.ecocoma.com/shipping/dhl.asmx
>
> Or using DHL's XML interface directly:
>
> http://www.dhl-usa.com/TechTools/detail/TTDetail.asp?nav=Tec hnologyTo...
>
> On Nov 15, 7:23 pm, "laredotorn...@zipmail.com"
>
>
>
> wrote:
> > Hi,
>
> > Does anyone know of or is using an API for calculating shippiing rates
> > with DHL? The only one I found on Google (http://www.phpclasses.org/
> > browse/package/2922.html) gives me a bunch of warnings when I run the
> > test, and so I question its validity.
>
> > Thanks, - Dave- Hide quoted text -
>
> - Show quoted text -

Thanks for this info. These are useful XML interfaces, but you don't
happen to know of any PHP APIs out there that already make use of
this?

- Dave