Hi guys,
Has anyone implemented PostDanmark ServicePoint via Dynamicweb yet?
I've been playing around with the ashx page now, and AFAIK i should be able to call it with a URL like this:
/Admin/Public/eCom/PostDanmarkServicePoint.ashx?cmd=findbypostalcode&countrycode=DK&postalcode=7400&numberOfServicePoints=6
But i always get 'null' as the return value.
On my Shipping provider i entered my Consumer ID and Countrycode as DK.
When i reflect the code i can see that i can provide a parameter called 'locale' but i have no idea what it should be, could this be my problem?
// Martin