The server I use at work (out of my control) always uses XML in the responses/requests. So I have to receive XML, parse it (with FAST currently), make all the objects by hand and then send back an XML response after some application activity. It's not the best way to do things.The server I use at work (out of my control) al