Very good demonstration. Very clear and concise. I wish other tutorials were this clear and paced out nicely.
@GabrielToriz9 жыл бұрын
This was a great tutorial! Congratulations! One of the best in KZbin.
@TheKuma1096 жыл бұрын
Excellent tutorial, excellent execution. This is one of the best KZbin channels I have ever come across. I'm looking forward to watching your other videos.
@AdrianVrabie7 жыл бұрын
wow! I haven't seen such high quality lessons for a long time. The SOAP was explained so easily and the examples were easy.
@hdjksa524 жыл бұрын
No, you didn't oversimplify. I spent money on a Oracle University and they're a lot more complicated. I needed this to break it down for me. This _really_ helped a lot
@PeterPerhac8 жыл бұрын
one of the best technical videos ever. nicely explained basics. a bit too slow, but youtube offers the speed setting, so listening at 2x was actually still pretty comprehensible.
@mohanishchaudhari30919 жыл бұрын
Well I gotta say, I am in deep love with the way you teach. Excellent video. Nice job.
@Bhoji19 жыл бұрын
awesome..best video tutorial in youtube...can't leave without liking and commenting...
@rafaelvincere7 жыл бұрын
Best starting tutorial about java ws I found so far!
@benjamine.ndugga7299 жыл бұрын
This is soooo goodm Welldone man I can not think of any video that can introduce Webervices....
@rodossaenz8 жыл бұрын
pretty badass awesome tutorial, simple, cleary and no framework or web container in it. Just what I have looking for. Great job!
@VPPChesterwood8 жыл бұрын
Thanks Rodolfo!
@earthlng8 жыл бұрын
Awesome tutorial, great work. Thank you for the presentation.
@sharanya_sr7 жыл бұрын
Great video... Please upload more.
@josepedrodeferreira26556 жыл бұрын
Best tutorial I found on the subject, thank you.Subscribed
@VPPChesterwood6 жыл бұрын
Glad you've enjoyed them, great to have you on board.
@vivekpatel72227 жыл бұрын
very nice tutorial...made quite clear on concept of SOAP
@vimalprasathj19 жыл бұрын
Thanks for this. It is crisp clear.
@martinezjosei6 жыл бұрын
Thanks for being so simple and basic!
@Griushe7 жыл бұрын
Have never commented on youtube. But now I have. Great tutorial!
@VPPChesterwood7 жыл бұрын
Well, we are glad you decided to and even happier that you enjoyed the tutorial!
@carlonnmarte33476 жыл бұрын
oh my cat , it is the most clear and great tutorial i find ... thanks a lot but i need more about WS wsdl SOAP please... regards
@VPPChesterwood6 жыл бұрын
Really glad you (and your cat) enjoyed it! All our courses can be found on our website www.virtualpairprogrammers.com/courses
@tianshulin34778 жыл бұрын
Hi, I followed your tutorial but I could not get any web service information at url localhost:8080/any/name/you/like/employeeservice however, I could see the xml information at localhost:8080/any/name/you/like/employeeservice?wsdl
@spymuthu7 жыл бұрын
That's called WSDL. You can test your WSDL with SoapUI.
@anthonymoeridjan50026 жыл бұрын
I encountered the same thing. This wasn't an issue for me, but I still would like to know why I didn't receive any information on the entered url
@VPPChesterwood6 жыл бұрын
I think this feature has been removed on the most recent implementations - probably for security reasons as you don't really want a GET endpoint like this exposed to users. So please just ignore the feature, the important thing is that you can reach the WSDL - as long as that is showing, you're ready to start coding some clients.
@ffx1789 жыл бұрын
Awesome tutorial bro keep it coming
@MrNishantarora6 жыл бұрын
Awsome ..loved it..so basic and clear
@anuragbharti55017 жыл бұрын
Great lecture.thank you so much for nice explanation.
@azoikk7 жыл бұрын
Awesome explanation. Thank you!
@Boyarsskiy6 жыл бұрын
Thanks. Very simple explanation.
@darckboy20069 жыл бұрын
Thanks for what you do, i really apreciate that. I have a question, method getEmployeeServiceImplPort(); It is generate by JDK ? other wise from where it is, because i can't understand
@VPPChesterwood9 жыл бұрын
silviu oncioiu Hi, yes it is generated by the WSImport tool; it uses the WSDL to determine what to generate.
@nicckor018 жыл бұрын
If i want to build N different domains with different privileges and services from server i should create N different clients?
@AnthonyTouset6 жыл бұрын
Fantastic tutorial
@fl4tcircl39 жыл бұрын
Brilliant! Thank you very much!
@Yokhen6 жыл бұрын
If I disable Tomcat then how would I be able to access localhost:8080???
@VPPChesterwood6 жыл бұрын
Hi Yokhen, at around 26:30, we call "Endpoint.publish", which runs an embedded server, built into the JDK. So no Tomcat is needed to get these basic tests up and running. Hope that answers your query.
@madhurshah45269 жыл бұрын
After opening WSDL from browser - I am getting this - No JAX-WS context information available
@VPPChesterwood9 жыл бұрын
+Madhur Shah I think that might happen if you try to run on a non Sun JDK. The embedded web server is only present in the Sun JDK. It could be other reasons, but this is the first thing we can think of.
@ودالعتيق-ث8ف6 жыл бұрын
very very nice, can you give us the presentation
@markmark92688 жыл бұрын
Thank you so much the tutorial is really informative; You say "see next chapter" but video title doesn't have its chapters sequenced numbers like a 1-5 2-5 or similar? It's pretty hard to depend of youtube automatic "next" selection; So could you please add chapters numbers :'| The tutorials are really good so please keep making them