PDA

View Full Version : Submitting and Receiving


dniwebdesign
11-09-2009, 04:33 AM
I have been using JQuery for handling my ajax on a store I am building and so far so good. However, now i have to create an XML, send it to a website and in return get another XML and parse that.

This will calculate shipping with help from Canada Post's Sell-Online feature (http://sellonline.canadapost.ca/). How would I go about doing this. It has me baffled for some time now.

rnd me
11-09-2009, 11:46 PM
you will likely need server-side code to communicate with other sites, unless they provide a JSONP API, which it sounds like they don't, opting for xml instead...

dniwebdesign
11-14-2009, 06:36 AM
Aye, I plan on using PHP, JavaScript and Ajax. I have the store site built (using those), just need to figure this shipping part out and not sure the best way of doing this.