I have an service with a method that haves a bean on it's interface:
public class MyService{
public void doSomething( MyBean bean ) {
// Do something
}
}I first run Java2WSDL to generate the .wsdl file.
When I run the WSDL2Java program it generates another class named MyBean. But I want to use the same class both on server and client.
I alse need to have automatically generated the client's stub code.
Do you have any sugestions?
Thank's in advance,
Aureliano.
--
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand."
"If you don't think carefully, you might think that programming is just typing statements in a programming language"
