Help me to Invoke a web service in Netbeans 6.8?

I am developing web application using JAVA in netbeans 6.8. In this web application I want to create client web service that is
invoking or consuming a web service that was developing in JAVA Axis 1.2. I have managed to import WSDL from a remote web service. and it has generated files of a remote web services. I have done a JSP that is submitting
values to a servlet that is calling a web service. Now my problem or challange how do I call or use methods in the files generated in my project netbeans 6.8.

Please help. I am new to web services in JAVA and netbeans.