Thanks your your suggestion. But my requirement is, I need to create/update a xml file by fetching the data from another external end point and that should happen once in a day. so, to call the endpoint I need a request object.I know the ideal way to have the servlet, but I don't want to go with the...