Hello everyone
Have someone any idea about how could we revert service's code which
call in his body a client's generated class
like it's shown in the code below :
**********************************************************************
reconf.ReconfEnact service=null; // reconf: package's name and
ReconfEnact: class's name
try
{
System.out.println("\nReceived plan:");
service = (new
reconf.ReconfEnactServiceLocator()).getReconfEnact();
**********************************************************************
in other word, could we get rid of all stub classes ???
i need your help, plz
best regards