Programming Tutorials

Comment on Tutorial - Java WebService - Create your first web service in Java By Emiley J



Comment Added by : PointLookoutResident

Comment Added at : 2014-10-14 19:01:11

Comment on Tutorial : Java WebService - Create your first web service in Java By Emiley J
So I followed you steps with no compile errors. When I go to the URL I recive the following message:
Web Services
No JAX-WS context information available.

If I add ?wsdl at the end of the URL I do get xml returned, but no time.

How do I get the service to return the time?

Thank you,


View Tutorial