I am interesting in allowing the user to select some information from a web
form ... and then based on that input perform was database queries and then
print a job to a windows queue. I 'googled' on many topics to determine how
best to perform the print portion of this - but had no luck. I'm
contemplating taking the user's input, query the database and then create
the appropriate xml to send to the queue. The queue is being monitored and
can utilize the xml to print the job appropriately.
If anyone has any pointers towards printing a file to a windows queue from a
web site (server side) I would be most appreciative.
BBB