> i user wsimport to generate the client stubs> look like i am missing some files> like the service port/stub..wsimport is run on a WSDL and it generates all required stubs for you. What is the exact nature of your problem ? more details please
I have used the netbeans v5.0 ide to generate stub classes from a WSDL file or pointing the ide at a http location where the WSDL has been exposed. If the WSDL is correct then you will have all the necessary stub classes.HTH