Am Samstag, den 28.07.2007, 08:11 -0700 schrieb [EMAIL PROTECTED]:
> 
> Publishing your service
> System.out.println("Starting Server");
> HelloWorldImpl implementor = new HelloWorldImpl();
> String address = "http://localhost:9000/helloWorld";;
> Endpoint.publish(address, implementor);
> 
> 

Doing it this way--running the web service from the JDK--requires JDK
6.0, correct?  We may need to tell the tutorial users this then. Or do
the JARs that are being included allow this to run on JDK 5.0?

Thanks,
Glen

> 

Reply via email to