Java EE Tutorial #8 - SOAP Web Services with Jax-WS
In this video I show you how to create a Webservice with Jax-WS in JavaEE as well as creating a client using the Java-Tool wsimport.
wsimport.bat:
"C:\Program Files (x86)\Java\jdk1.7.0_51\bin\wsimport.exe" -keep -s src -d bin "http://127.0.0.1:8080/FirstApp/DemoWebservice?wsdl"
You can find the source code on github: https://github.com/KriechelD/YouTubeC...
If you have any questions, feel free to write a comment ;)
Subscribe now!
http://www.youtube.com/subscription_c...
Follow on Twitter: / denniskriechel
Like on Facebook: / denniskriechelyoutube
Visit my Website: https://kriechel.de/