Google News
logo
Web Services - Quiz(MCQ)
Exposing a stand-alone SOAP endpoint using the
A)
JAX-WS
B)
SimpleJaxWsServiceExporter
C)
Both (A) and (B)
D)
All of the above

Correct Answer :   Both (A) and (B)


Explanation : Exposing a stand-alone SOAP endpoint using the SimpleJaxWsServiceExporter or the support for JAX-WS in a Java EE container in conjunction with Spring is simple, but these solutions ignore the largest cross-section of developers—people developing on Tomcat.

Advertisement