We have customers who is not getting the executables files when generating the stub, is there any problems with the exempel code:
import javax.xml.rpc.ServiceException;
import com.e_conomic.*;
public class UserApp {
public static void main(String[] args){
EconomicWebServiceLocator locator = new EconomicWebServiceLocator();
locator.setMaintainSession(true);
EconomicWebServiceSoap session = locator.getEconomicWebServiceSoap();
session.connect(123456, ”username”, ”password”);
// Application code.
session.disconnect();
}
}
Is there any other who have experience similar problems?

