SOAP Web Services 02 - Web Service Jargon

  Рет қаралды 575,662

Java Brains

Java Brains

Күн бұрын

Пікірлер
@latedeveloper7836
@latedeveloper7836 3 жыл бұрын
So incredibly helpful - thank you. My notes below in case of help to others (PS that summary was excellent!) : 0:18 Scenario for writing an implementation of a Java class to share with others 0:38 Interface is one way to share this Implementation (Impl) as a contract 1:23 Sharing the details of the Impl with a consumer 2:30 Technology to share must be independent 3:00 Solution to the above problem: XML 3:12 Share the web service contract as an XML document, a WSDL ('whizz-dull') 3:35 A WSDL contains the contract for your web service, which should be shared with the consumers of the service 4:12 Contents of a WSDL somewhat similar to an Interface (contains methods, arguments, return types) 5:00 Example of writing a client application 5:15 How to get the information of a WSDL - UDDI (Universal Description Discovery and Integration). Like the Yellow Pages for your web service. It is a regsitry that lets others consume the service and get information from it. 6:30 UDDI - not that popular but still used 7:00 Client app 8:05 Exchanging data between client application and web service - in a language-neutral format, XML 8:35 Sending data back and forth must be in XML, which is more of a protocol 9:25 the XML protocol for this is SOAP 10:10 Summary of progress so far in example 10:22 Conversion of a Java object to a SOAP message, using an intermediary class 10:50 Notes on conversion, as done by a Service Endpoint Interface (SEI) 11:20 How web Service endpoint works - provides the service 11:30 SEI functions and how it works - an interface at your client application to the SEI which translates the Web Service call to a SOAP message, meaning the other entity can understand the message 11:45 SEI class can be generated for us 12:00 Benefit of generating the SEI means client application can call a method from it and not worry about implementing other details 12:40 How SEIs might work in C++, too 13:10 Summary and recap
@bernardoramirez1759
@bernardoramirez1759 2 жыл бұрын
I love you
@mustafak.9347
@mustafak.9347 10 жыл бұрын
A brilliant teacher. An outstanding communicator. Wow! Just wish I heard of you earlier. For years I struggled to understand Web Services and SOAP and you have so effortlessly explained it. So grateful to you.
@jorgecorea7528
@jorgecorea7528 10 жыл бұрын
Yeah I wish the theachers at my university were like him
@picklerick715
@picklerick715 2 жыл бұрын
This video was posted in 2013 but today in 2022 after 9 years, I watched your video and understood what SOAP is. Thank you for explaining it so well!
@carlosbriceno9871
@carlosbriceno9871 Жыл бұрын
A question: Is this course outdated or is still relevant in 2023?
@Lullurluli
@Lullurluli Жыл бұрын
Still relevant
@TejaDuggirala
@TejaDuggirala 7 жыл бұрын
You are the best Java teacher for me.The clarity you imparts is great.Thank you so much for providing these lectures on KZbin for free for all of us.🙏🏻🙂
@deathmetalphysicist
@deathmetalphysicist 7 жыл бұрын
I love when teachers tell you what acronyms actually stand for. This is often neglected but it helps so much!
@rickyru4942
@rickyru4942 6 жыл бұрын
Great! So easy to understand with your video. WSDL is the 'interface' telling what methods(data type, arguments...) the server expose/publish. SOAP is the universal language between client/server code. SEI is the translator.
@kumarabhishek7877
@kumarabhishek7877 11 жыл бұрын
undoubtedly you are the best. The best part of your tutorials are you only share intro about things which are not required at present and move on.so that we are focused on main topic.
@bilalhayat1
@bilalhayat1 10 жыл бұрын
koushik , i really appreciate your work, thanks.
@deepthiram8426
@deepthiram8426 7 жыл бұрын
You are so much better than my Professor who has experience of 30 years :@ Thanks a lot, Your videos are amazing.
@borngreatint
@borngreatint 6 жыл бұрын
yes i agree with you
@rajatdargar7041
@rajatdargar7041 4 жыл бұрын
I learnt spring framework by going through your videos only ..Brilliant teaching...thanks !
@GQ-ko1my
@GQ-ko1my 6 жыл бұрын
You are very good a putting yourself in the viewer's shoes. keep it up. you know exactly how to teach.
@gopishivakrishna9707
@gopishivakrishna9707 11 жыл бұрын
Excellent presentation.. You are the best online teacher.. I have ever seen.. Eagerly waiting for your REST webservice tutorial.
@markmckenna6351
@markmckenna6351 7 жыл бұрын
Very clear and concise explanations. You couldn't wish for better. Keep up the good work!
@Mumma90
@Mumma90 8 жыл бұрын
Good videos. They cleared up some things i found pretty hard to get my head around. Cheers!
@SureshChintalapudi
@SureshChintalapudi 9 жыл бұрын
Really appreciate the way it is explained. Very easily understandable for non java guy also.
@ijazkhan3211
@ijazkhan3211 11 жыл бұрын
u have the best online teaching abilities..i have ever seen.. simply gr8..waiting for your spring mvc tutorials..we are very gratefull to you....thanks...
@yashwanthyerra2820
@yashwanthyerra2820 5 ай бұрын
1.wsdl(web service description language)-standard format file acts as an interface to share the contract of implementation of webservice to client 2.uddi(universal description discovery integration) - a registry/repository which registers/hoists data with webservices so that client can get wsdl for particular webservice by querying it(basically these are like yellow pages). 3.soap(simple object access protocol)-protocol which is used to exchange data along with service between client and web service using standardized format(xml) which can be understood by all components. 3.sei(service endpoint interface) - an interface which translates the data of client application dependent language to standardixed format xml (soap messages) at the endpoint of webservice which resides in client application.so that irrespective of client technology it will call webservices by acting as an interface to the webservices endpoint
@KDtheReal440
@KDtheReal440 7 жыл бұрын
Well taught, thank you. You make soap services easier to understand.
@gunturmanju
@gunturmanju 11 жыл бұрын
U r the best. I saw ur spring tutorials and wanted to watch all your videos. I think one can crack interview seeing your videos.
@nujellamalli
@nujellamalli 11 жыл бұрын
Hats off...you are the master...you got the command and your tutorials are mind blowing..
@mimmilarsson3073
@mimmilarsson3073 4 жыл бұрын
WOW, I will pass my exams thanks to you
@winksap
@winksap 10 жыл бұрын
Your an amazing person thanks for sharing your knowledge !
@wmann64
@wmann64 11 жыл бұрын
This looks like a really good and interesting series to watch. Can't wait to see more.
@PramodKumar-hu7mt
@PramodKumar-hu7mt 10 жыл бұрын
Thanks for the video man.. You made my learning easier.. I want to appreciate your open source work and i want to you have success in your life... Thanks man.
@yniranjanmca
@yniranjanmca 10 жыл бұрын
Awesome video about WSDL, UDDI, SOAP and SEI. Keep it up.
@shekharprasad1767
@shekharprasad1767 9 жыл бұрын
Most amazing and flawless teaching
@killlion
@killlion 11 жыл бұрын
This is THE best training for a beginner. Thank you very much!
@rawutagoudabiradar4196
@rawutagoudabiradar4196 7 жыл бұрын
Hats off to You Boss.. Very Nice Explanation ..
@Onduty682
@Onduty682 11 жыл бұрын
Waited for it since previously posted tutorial. Thank you very much.
@msengan
@msengan 6 жыл бұрын
Very good explanation on the web services. Thank you.
@utkarshpatel4218
@utkarshpatel4218 10 жыл бұрын
Much better explanation than any proprietary tutorials website such as lynda.com
@TheDonofthedark
@TheDonofthedark 7 жыл бұрын
clear each and every concept. great efforts. thankyou
@BorgyManotoyOnline
@BorgyManotoyOnline 10 жыл бұрын
Very easy to understand! Thanks koushik :)
@pratyaydas7181
@pratyaydas7181 10 жыл бұрын
Very usefull.......... Thanksa lot... you are really a very good teacher...thanks again
@martinrodriguez7401
@martinrodriguez7401 10 жыл бұрын
Thank you very much; it is very clear and easy to understand...
@mohamadalhamid287
@mohamadalhamid287 5 жыл бұрын
Thanks for this lesson, but i have question when the send SOUP protocol from sender to receiver we are send the WSDL also with the SOUP protocol?
@techyakshay6868
@techyakshay6868 7 жыл бұрын
u r great sir ,i Love your way of teaching
@nafissahassan3016
@nafissahassan3016 7 жыл бұрын
Very good information, thank you so much for creating this series :)
@hiooka
@hiooka 9 жыл бұрын
I'm very new to these topics. I just wanted to know the context of an API in a web service. I don't quite understand this term " Exposed API"? I will greatly appreciate your help.
@saeedansari6627
@saeedansari6627 9 жыл бұрын
hiooka It simply means an interface of Web Service that is known and you can make a call to that web service using its interface. If a web service has operations A and B, then the interface of that web service exposes these operations to the clients to call them.
@xli3046
@xli3046 9 жыл бұрын
hiooka to complete what Saeed Ansari has said, for me, and exposed API could also be a URL that you can use to retrieve info in a certain format like XML or JSON. Just like to type an URL into the adresse bar of your browser, but instead, a Web Service API doesn't return a HTML page but only the business data.
@ravidigambariah3036
@ravidigambariah3036 9 жыл бұрын
Great job, you are so good at teaching
@AnilkumarMadamala
@AnilkumarMadamala 11 жыл бұрын
Thanks for posting this video series. Very useful.
@bior87
@bior87 11 жыл бұрын
A very clear explanation, thank you
@AndresGarcia-nk2wd
@AndresGarcia-nk2wd 6 жыл бұрын
I couldn't help but smile when you pronounced WSDL 😃, great video though!
@fec725
@fec725 2 жыл бұрын
Clear tutorial Sir.. Thank you so much
@SanS-jo6di
@SanS-jo6di 11 жыл бұрын
Thanks a lot... eagerly waiting for your next set of tutorials... thanks again
@amarquality182
@amarquality182 10 жыл бұрын
Great tutorial series. If Wisdle=WSDL then Udi=UDDI.
@sri8264
@sri8264 11 жыл бұрын
You really are awesome Kaushik! you know that?
@MsPopsingh
@MsPopsingh 9 жыл бұрын
Very nice Explanation it really Awesome thank for this....
@djremixmusic6598
@djremixmusic6598 7 жыл бұрын
I have 2 questions: 1. What is the difference between WSDL and SOAP? 2. Client server need a SEI so does the Webservice server also need a SEI?
@DynamoTk
@DynamoTk 10 жыл бұрын
This is great. Really good explanation.
@monsterhuntergo
@monsterhuntergo 2 жыл бұрын
Still solid gold. Hope can also create another tutorial SOAP using Springboot? Thanks so much my fave sensei- Kaushik.
@balajichakilam
@balajichakilam 10 жыл бұрын
This is awesome. thanks. Can you please mention the tool that you used as the editor to explain these - i mean the one that you are using as a notepad
@ilovepishang
@ilovepishang 11 жыл бұрын
so, is the following sentence correct? WSDL is interface for web services, since interface only works for native application?
@amahonours9324
@amahonours9324 7 жыл бұрын
Thanks for the video, but my OOP concepts are still a bit confused. What is a consumer and implementation class? Thanks
@user-nn8eu9hc9r
@user-nn8eu9hc9r 7 жыл бұрын
Implementation class is nothing but our Web Service. And consumer class is a class which is going to call/use/consume that web service.
@sr5726
@sr5726 9 жыл бұрын
thank you for sharing, Where is UDDI and how to search it for services?
@AruneshSrivastava
@AruneshSrivastava 11 жыл бұрын
is there any SEI at the other end also to convert xml(SOAP) into the other technology specific code which is used at the other end. by the way great explanation :) .
@lubhit
@lubhit 7 жыл бұрын
Very well explained. Can you please tell me which software do you use to show your drawings. Alongwith your explanations, the software is doing a great job too.
@polyglotinc
@polyglotinc 11 жыл бұрын
Can these be made available somewhere in HTML5 video format(s) in addition to these KZbin videos? KZbin can't playback at faster than normal speed but browser HTML5 video players can.
@zaaboulla82
@zaaboulla82 7 жыл бұрын
Thanks, I wanted to understand what endpoint means in web service terminology.
@psanjayvarma
@psanjayvarma 11 жыл бұрын
Amazing tutorial. Clear and precise.
@venkatkotha3530
@venkatkotha3530 9 жыл бұрын
is sei built-in , or we need to develop ?
@sivar4300
@sivar4300 10 жыл бұрын
Very good explanation....Like it :)
@najlah6756
@najlah6756 8 жыл бұрын
very helpful . thanks for sharing
@jawadkhan7240
@jawadkhan7240 6 жыл бұрын
Great Explanation Sir ... !!! thank you
@kishoremantha6133
@kishoremantha6133 9 жыл бұрын
Very good Explanation..
@RaghavendranRaman
@RaghavendranRaman 11 жыл бұрын
Dude, that's what you learned from this 15 mins video??!! Awesome! :\
@jithinantony
@jithinantony 7 жыл бұрын
It was very helpful for me.. thank you.
@valentabedford8206
@valentabedford8206 10 жыл бұрын
You are awesome, Koushik!!!
@ghanishsingla8270
@ghanishsingla8270 8 жыл бұрын
Very well explained. Thanks.
@eamonnca1
@eamonnca1 10 жыл бұрын
Very informative. Thanks for posting.
@PremChand-sb3vq
@PremChand-sb3vq 7 жыл бұрын
Thanks alot for your awesome explanation!!
@mohankavali2660
@mohankavali2660 10 жыл бұрын
Thanks, Superb Explanation
@puttaparthithejdeepreddy6292
@puttaparthithejdeepreddy6292 10 жыл бұрын
very good explanation
@Memeche12
@Memeche12 8 жыл бұрын
finally im understanding all this concepts =)
@tojazenn8273
@tojazenn8273 6 жыл бұрын
such a fantastic video. thank you!
@NitinRamachandran
@NitinRamachandran 11 жыл бұрын
Excellent presentation..!
@nikkol1985
@nikkol1985 11 жыл бұрын
Great work as usual. I hope you will use spring later :)
@njavier85
@njavier85 11 жыл бұрын
Exelent tutorial, its very usefull, thank you for share this!!!!
@OverG88
@OverG88 11 жыл бұрын
Thank you Koushik! Very well done!
@adityabhatkar4100
@adityabhatkar4100 9 жыл бұрын
How to find UDDI if I want to call some WS
@svalyavasvalyava9867
@svalyavasvalyava9867 2 жыл бұрын
brilliant content, thanks!!!
@RitvikJain86
@RitvikJain86 9 жыл бұрын
great job. nicely done
@abhisheksharmacs
@abhisheksharmacs 9 жыл бұрын
Excellent tutorial
@KundanKumar-qp1gk
@KundanKumar-qp1gk 10 жыл бұрын
Nice tutorial. Thanks a lot.
@prakharjha7176
@prakharjha7176 9 жыл бұрын
can you please elaborate on UDDI Thanks in advance..!!
@SamuelMedeiros8975
@SamuelMedeiros8975 11 жыл бұрын
The best tutorial, Gog bless you.
@devanshimishra6976
@devanshimishra6976 7 жыл бұрын
Very well explained!
@easypezee
@easypezee 10 жыл бұрын
Great explanation :)
@radosawwartalski5144
@radosawwartalski5144 7 жыл бұрын
would it work? Well probably it might not work :D Great tutorial mate!
@aaaddd478
@aaaddd478 9 жыл бұрын
Awesome tutorial.
@ShivamKendre-fc3su
@ShivamKendre-fc3su 8 ай бұрын
Great video
@thimij1
@thimij1 11 жыл бұрын
Good one , God bless you
@ChristopherRockhill
@ChristopherRockhill 9 жыл бұрын
Very helpful, thank you.
@Ather178
@Ather178 9 жыл бұрын
Awesome! Thanks for sharing!!
@karthiktatavarthi7117
@karthiktatavarthi7117 10 жыл бұрын
good explanation ..
@MrKofidan
@MrKofidan 11 жыл бұрын
God bless u abundantly
@viharikadiapu3087
@viharikadiapu3087 10 жыл бұрын
Awesome ..Thanks a Ton Koushik !!! (y)
@raghavadla
@raghavadla 11 жыл бұрын
i'm thankful to you Koushik :)
@gaijin_nnsu
@gaijin_nnsu 7 жыл бұрын
Achievement "understanding Indians at x1.5" unlocked. But I'm still far from x2.
@COSMOPOLITANWORLD
@COSMOPOLITANWORLD 9 жыл бұрын
Thanks for sharing!
APIs | REST | REST APIs Demystified
16:48
The TechCave
Рет қаралды 298 М.
УЛИЧНЫЕ МУЗЫКАНТЫ В СОЧИ 🤘🏻
0:33
РОК ЗАВОД
Рет қаралды 7 МЛН
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН
Маусымашар-2023 / Гала-концерт / АТУ қоштасу
1:27:35
Jaidarman OFFICIAL / JCI
Рет қаралды 390 М.
SOAP Web Services 01 - Introduction To Web Services
11:20
Java Brains
Рет қаралды 1,3 МЛН
REST Web Services 07 - REST Response
16:33
Java Brains
Рет қаралды 372 М.
Dependency Injection, The Best Pattern
13:16
CodeAesthetic
Рет қаралды 902 М.
REST Web Services 02 - REST and HTTP
14:04
Java Brains
Рет қаралды 661 М.
Microservices are Technical Debt
31:59
NeetCodeIO
Рет қаралды 700 М.
Coding a Web Server in 25 Lines - Computerphile
17:49
Computerphile
Рет қаралды 353 М.
Introducing SOAP and JAX-WS
54:30
Virtual Pair Programmers
Рет қаралды 117 М.
Object-Oriented Programming is Bad
44:35
Brian Will
Рет қаралды 2,3 МЛН
OAuth 2.0 and OpenID Connect (in plain English)
1:02:17
OktaDev
Рет қаралды 1,8 МЛН
УЛИЧНЫЕ МУЗЫКАНТЫ В СОЧИ 🤘🏻
0:33
РОК ЗАВОД
Рет қаралды 7 МЛН