1. You don't need this:


WebService.TicketVO wsTicket = new WebService.TicketVO();

You only use wsTicket in the look, so you can declare it there.

2. Usually, this for