SOAP Web Services 10 – Understanding the WSDL

Website link: http://javabrains.koushik.org/2013/08/understanding-wsdl.html

Now it’s time to understand what’s going on in the WSDL. We’ll simplify our WebService code to just one method, generate the WSDL for it and understand the different elements that are generated.

20 Comments on “SOAP Web Services 10 – Understanding the WSDL”

  1. Hi Koushik, I excluded all methods this time except for the one with two input parameters (addProduct) but I could not follow how the WSDL informs us about these two parameters in the operation. The WSDL did update to reflect the operation named addProduct though.

  2. The last diagram is self explanatory and make all what you've talked about very clear so thanks for your efforts.

  3. Can we use postman tool for soup web
    services? I will appreciate if you can response to my question.

  4. Hi Koushik,

    Yes, you have simplified it and explained it in a beautiful manner.Thanks a lot…

  5. Hi Koushik, Yours is one of the best tutorials I have ever gone through. I am your fan from now on.

  6. Hello Koushik. Thanks for your tutorial it is really helpful.
    I have one question about SEI as you said in the second lesson SEI is a class which transforms programming data into SOAP messages. So my question is which class generated by wsimport is SEI? or all classes generated by wsimport are SEI?

Comments are closed.