I tried to cover SOAP based web service interview questions and answer.
What is Web Service?
What is difference between SOAP and RESTful ?
This is one of the mostly asked interview question in the java web services. Initially asked to check, whether he/she is aware about the terminologies or not later deep dive the topic.
The complete list of differences between SOAP and Rest web services .
What are the advantages of SOAP web services?
- WS Security
- Language Independent
- Platform Independent
What are the disadvantages of SOAP web services?
- Slow
- WSDL Dependent
What is WSDL?
WSDL stands for Web Services Description Language. It is a xml document containing information about web services such as method name, method parameter etc.
More read…
What is UDDI?
UDDI stands for Universal Description, Discovery and Integration. It is a XML based framework for describing, discovering and integrating web services. It contains a list of available web services. WSDL is the part of UDDI.
- UDDI is an acronym for Universal Description, Discovery and Integration.
- UDDI is a XML based framework for describing, discovering and integrating web services.
- UDDI is a directory of web service interfaces described by WSDL, containing information about web services.