Enlist few frameworks in Java to implement SOAP web services.

devquora
devquora

Posted On: Feb 22, 2018

 

SOAP web services are usually created using JAX-WS API. However, there are some other frameworks available in Java that can be used to implement SOAP web services. These are Apache Axis, Apache CXF, Jersey, CodeIgniter, etc. These frameworks are totally different from JAX-WS API and work on Servlet model to highlight the business logic as SOAP web services.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Soap Interview Questions

    Explain what is SOAP?

    SOAP (Simple Object Access Protocol) is a communication protocol that facilitates the exchange of data over different n..

    Soap Interview Questions

    Mention the differences between SOAP and other remote access techniques?

    The following are the differences between SOAP and other remote web services such as DCOM, COBRA :SOAP WEB SERVICES O..

    Soap Interview Questions

    State the syntax rule for SOAP message?

    Following is the syntax rule for SOAP message- A SOAP message should use XML that is encoded. A SOAP message MUST use t..