Read instructions from the file setup_steps.txt to set up the Internet access
demo. for advanced queuing.

Activities:

Activity I - Show an Enqueue from Internet
i) Choose New Business Card Order from the scroll down menu
ii) Enter field Employeeid
iii) Generate XML
iv) Show IDAP document in the window. This is an IDAP document to enqueue a 
   message in the queue bzcardorders_q.
v) Submit Order
vi) This will pop up a window with the result. Save that file. Look at that
 file this is the response to the enqueue. 

Activity II - Show a Dequeue from Internet
i) Choose Search Business Card Order from the scroll down menu
ii) Enter field Employeeid or the messageId you got from the previous enqueue
iii) Generate XML
iv) Submit Order
v) This will pop up a window with the result. Save that file. Look at the file.
  This is the response to the dequeue.

Activity III - Transformation at Enqueue
i) Install the transformations from the directory transformation.
ii) Choose New Business Card Order from the scroll down menu
iii) Enter field EmployeeId
iv) Generate XML
v) In the window add the line 
   "<Transformation>BZ_ADM.BZCARDVERIFY</transformation>"
   in <producer_options>
vi) Submit Order
vi) Save the result in the file.
vii) To verify that transformation really happened do a dequeue as specified
   in step two. The fields First Name and Last Name will be filled in the 
   message returned.

Activity IV - Tranformation at Dequeue
i) To apply transformation at dequeue add the line 
    "<transformation>BZ_ADM.BZCARDVERIFY</transformation>" 
   in <consumer_options> before clicking on Submit Order at Dequeue.
