What is a Web Service?
What is SOAP?
What is REST?
SOAP vs REST
What is JAX-WS?
JAX-WS is used to build Web services and corresponding clients that communicate using XML to send messages or use remote procedure calls to exchange data between client and service provider.
How do you create a SOAP Web Service?
WSDL Tags in detail.
Is SOAP stateless?
yes
What protocols does SOAP allow?
SOAP can operate over any protocol.
What protocol does REST allow?
Only HTTP
What are the tags in the SOAP fault?
1-It is a text code used to indicate a class of errors. See the next Table for a listing of predefined fault codes.
2-It is a text message explaining the error.
3-It is a text string indicating who caused the fault. It is useful if the SOAP message travels through several nodes in the SOAP message path, and the client needs to know which node caused the error. A node that does not act as the ultimate destination must include a faultActor element.
4-It is an element used to carry application-specific error messages. The detail element can contain child elements called detail entries.