Meta
Categories
Category Archives: jax-ws
Hello World with JAX-WS
Create Eclipse project -Start Eclipse -Create a new Java Project named helloworld. -Add all jars in jaxws-ri (ref implementation) lib directory to project Libraries. Server Implementation -Create a new java package named hello.server -Create a new class named HelloworldImpl. Annotate … Continue reading
Posted in java, jax-ws, soa
Leave a comment