I know already, how to work with answers of deployed Java Web Services.
But I still need to know the following thing :
how will I have to use the Stub in a Java Client to access an external Web Service (is it like this (need it for JBuilder) : ServiceLocator loc = new ServiceLocator(); Service service = loc.getServicePort(); ServiceStub stub = (ServiceStub) service; (didn t had the time to test that, yet) )