For starters, no JSP should make any kind of I/O call, including WS calls - move that code into a backing bean.
Axis (like most
SOAP toolkits) includes a tool for creating client code for accessing a given WSDL. Check its documentation for "wsdl2java".