DennisTheMenace
IS-IT--Management
I know ASP, SQL and VB Script very well... but have never done anything with ASP receiving XML Data. Here is the scenerio:
I have a software vendor that says his software can send me data via XML to my IIS.
On my IIS I have an existing ASP script that has:
CustID = request("C")
OrderID = request("O")
The script then looks up the customer's e-mail address, and e-mails the cust his order number via CDONTS.
Can we (and how?) have the IIS receive data from a program via XML, process a script, and display nothing (meaning there is no browser, no user, no nothing... just an {get_XMLHttpFormPost} command from the software with the customer id and order id).
I've browsed the many links about XML tutorials, but don't see anything similar to my scenario. Most refer to formatting and displaying.
I posted this same message in the XML Forum without much luck...
Thanks in advance!
-Dennis
=====================
Remember - YOU ARE UNIQUE!!!... Just like EVERYONE ELSE! ;o)
I have a software vendor that says his software can send me data via XML to my IIS.
On my IIS I have an existing ASP script that has:
CustID = request("C")
OrderID = request("O")
The script then looks up the customer's e-mail address, and e-mails the cust his order number via CDONTS.
Can we (and how?) have the IIS receive data from a program via XML, process a script, and display nothing (meaning there is no browser, no user, no nothing... just an {get_XMLHttpFormPost} command from the software with the customer id and order id).
I've browsed the many links about XML tutorials, but don't see anything similar to my scenario. Most refer to formatting and displaying.
I posted this same message in the XML Forum without much luck...
Thanks in advance!
-Dennis
=====================
Remember - YOU ARE UNIQUE!!!... Just like EVERYONE ELSE! ;o)