Creating Java web service using jax-ws and deploying on tomcat server

preview_player
Показать описание
In this video I will show you how to create JAX-WS web service and deploy on tomcat
Рекомендации по теме
Комментарии
Автор

Great video, I changed my project to Maven and added the dependency - seemed to work ok, that was only difference.

JeffreyHamlin
Автор

The tutorial is very good & usefull.
Hope to see more of such usefull video tutorials.

softwaredevmani
Автор

Great video, for anyone looking to run through this you may run into an error when attempting to launch it on your tomcat server. Something similar to to resolve this you just need to add the latest JAX-WS RI jar files to the WEB-INF/live file.

markcrawford
Автор

Please download the jars from the Github link specified on the video.

qanilq
Автор

i keep getting an exception "The endpointInterface class on com.ws.mike could not be found"

the command i entered is similar to the 1 in video:  wsgen -cp . -keep com.ws.mike.CallWebServiceImp

Help!!!

koilk
Автор

Great Video!!!
I was wondering  if you could post a pom with the dependencies.  I would like to use maven instead of manually managing them.

chutcher
Автор

Muchas gracias -->Thanks a lot.

I donwladed the jars, I was having problems with using wsgen, but I achieved to generate the Add and Addreponse.java.

I know that my english is a shit, but I'm gonna be asking you, because I have to establish communication between a Dashboard(Xcelsius) and a Database, and create a Web Service is the solution that I've seen in the forums.

adrianrdz
Автор

I was getting 404 error but was due to a typo error in the web.xml.

Thank you again qanilq, I achieved deployed the web service, now should be easier to do what i Need,

I only need to program the methods which I need to communicate my Dashboard with SQL Server.

adrianrdz
Автор

Hello anil, u have created jaxb classes but where exactly your using these classes? I haven't seen in any configuration using these classes. Is it mandatory that jaxb classes package must end with jaxws? or any?

sasi
Автор

Hello, I'm trying to follow the steps of your video, but I don't know Where do I get the jars that you copy in the 2 step to the libraries folder of the project.

Can you help me with this?

Saludos desde México, espero y sea entienda lo que intente escribir en Ingles

adrianrdz
Автор

hello thanks ur share, i try to run project but i take 404 error please help. thank you

batuhancaglayan
Автор

Could have been little slow in presenting  ..

jagadeshg
Автор

 
any one can u slove my
i will running my Application in tomcat server through this

but i'm getting 404 resource not found error

how can i sove...?

amalabujjik
Автор

hi qanliq

i followed your tutorial, after finishing I Get This Error 
NOTE**: i got all the jars in my build bath and in tomcat's lib  
NOTE**: My DeadLine Is after 2 Daysso i really need to get it working 

Thanks For Help

hishamzidane