Thank you for replying. Unfortunately due to a
confidentiality agreement between my company & freightquote, my
company won’t let me post code. But I can explain what I have
and maybe you can in a nutshell tell me the steps you would do. I
am very intuitive so anything you help me with I should be able to
follow it pretty well.
I use eclipse & dreamweaver cs3 to do my coding.
What I Received from them is a pdf consisting of
confidentially agreement, terms of usage and some code WITHOUT any
instructions (all in the same pdf).
I have sample general xml code with brackets like below.
QUOTE ASK
<somedate></somedate>
<customeremail></customeremail>
<customername></customername>
Etc…Etc..Etc..
In the next section of code…
QUOTE RECEIVE
<somedate></somedate>
<customeremail></customeremail>
<customername></customername>
Etc…Etc..Etc..
In the pdf there is also a
http:// blahblahblah.asp link to connect to
their servers with a username & and password that I have. There
isn’t much more than that in the document. There really isnt
any specifications to go by. when I talked to them they said other
coders said it was really straightforward & easy.
They told us they “added” the products that my
company sells to their servers.
Now I assume I need to create a .CFM page, create a form with
input controls that correspond to the fields in the xml document?
And submit them to THEIR server??
If you were me what coldfusion tag would you use to send the
xml data? cfhttp?
Do I need to write any “code” to have Coldfusion
generate an XML request on my end and send it? Im confused about
this.!!
Do I “need” to have an XML document on MY server
too? And if so what would I populate it with? Form data from my
.cfm document? What tag(s) would you use?
I assume for the response from THEIR server I would need a
“text Field” to display the returned “xml
data”?
In general how would you approach this problem in steps?
Im sorry im so “ignorant” with Xml but once I get
a handle on it hopefully I will get good.
Thank you for your help in advance.