I want to create a web application for sending booking requests to DHL. I already found a toolkit (http://xmlshippingtest .dhl-usa.com/toolkit/index.html) that uses XML files to send the bookings.
But how can I convert the Java code in this toolkit in to a servlet, so I can use it on the web. The Java code in that toolkit looks like this:
Code:
//IO Classes import java.io.FileInputStream;
Leave a comment: