January 23, 201015 yr Hello, I'm trying to setup a WebViewer that would get a shipping quote from the CanadaPost server. It seems it should be fairly simple. In the attached HTML file the entire xml is taken from a field of the form. I want to turn it into a PHP file that takes the various pieces of data (not the whole XML) from the URL so I can have a WebViewer that's set to refresh http://www.myserver.com/getcpquote.php?CPCID=CPC_DEMO_XML&FZIP=mip1c0&TAT=24&...... And give me the text string of the server reply in a variable or field so I can parse it a present it to the user. How ? Thank you :
January 23, 201015 yr Author The process of submitting that form can be seen in action here: http://sellonline.canadapost.ca/DevelopersResources/protocolV3/HTTPInterface.html
Create an account or sign in to comment