Hi Guys,
thanks for the help. those docs are really helpful.
I finally got the answer to my question.
What i actually did is first i copied the WSDL to my workspace, then right clicked on it " Generate java bean skeleton". that is the place what i did mistake. I have to " Generate Client" instead.
Now after making changes i got the proxy class, mapping xml file, other generator classes(helper, ser, deser), Service locator class,
soap binding stub, service information class, and even updated web.xml file
i could manage with the test class finally.
thanks very much for the response.